AngularJS 的安全Apply
摘要:
$scope.safeApply=function(fn){varphase=this.$root.$$phase;if(phase==‘$apply‘||phase==‘$digest‘){if(fn&&(typeof(fn)===‘function‘)){fn();}}else{this.$ap... 阅读全文
posted @ 2015-12-21 17:07 荣锋亮 阅读(436) 评论(0) 推荐(0) 编辑