angularjs $ rootScope.on()TypeError:undefined不是函数

时间:2015-04-10 15:41:12

标签: javascript angularjs

myApp.run(['$http', '$rootScope', function($http, $rootScope ) { console.log($rootScope); $rootScope.on('$locationChangeStart', function(event, next, current) {}); }]);

这里在控制台我得到输出作为范围对象,但在下一行我收到错误,因为未捕获TypeError:undefined不是函数....

0 个答案:

没有答案