1、$scope.$apply()强制更新数据模型;
2、hide-back-button="true"隐藏返回按钮;
3、{'tabs-item-hide': false} 隐藏tabs;
4、collection-repeat:ng-repeat的优化;
5、$ionicScrollDelegate.resize();//重新计算宽度和高度的方法;
6、$scope.$on('$destroy',function(){});//离开页面时触发事件;
7、ion-option-button 要放在ion-item标签中;
8、待续,,
网友评论