angularjs tips

 

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

上一篇:java.lang.OutOfMemoryError: PermGen space错误解决方法


下一篇:图片上传,直接在网页中显示(支持IE,谷歌,火狐浏览器)