首页 > Web开发 > 详细

angularjs tips

时间:2014-04-16 17:00:23      阅读:642      评论:0      收藏:0      [点我收藏+]

 

angular-ui

#1 .Impossible to disable fade in modal

angularjs ui modal 去掉fade in效果;

googleA

googleB

 

#2.更新view的操作必须放在 directive 里面写,不然数据不会实时更新。

#3.directive 和controller 通信

   directive 通过 $emit 触发事件,在对应controller 里面 监听事件 $on ;

   controller 通过 $boradcast 广播事件 在 directive 里面监听事件 $on ;

   不同的controller 可以通过 $rootScope 广播事件进行通信; 

  

angularjs tips,布布扣,bubuko.com

angularjs tips

原文:http://www.cnblogs.com/acmilan/p/3665689.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!