码迷,mamicode.com
首页 > Web开发 > 详细

angularjs中的run()方法使用

时间:2017-06-26 17:18:44      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:blank   tar   log   rootscope   pst   angular   com   tps   asc   

run方法用于初始化全局的数据,仅对全局作用域起作用。
举个栗子吧:
<script type="text/javascript">
var m1 = angular.module(‘myApp‘,[]);
m1.run([‘$rootScope‘,function($rootScope){
$rootScope.name = ‘hello‘;
}]);
console.log( m1 );
</script>

angularjs中的run()方法使用

标签:blank   tar   log   rootscope   pst   angular   com   tps   asc   

原文地址:http://www.cnblogs.com/huangshikun/p/7080992.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!