标签: javascript angularjs
myApp.run(['$http', '$rootScope', function($http, $rootScope ) { console.log($rootScope); $rootScope.on('$locationChangeStart', function(event, next, current) {}); }]);
这里在控制台我得到输出作为范围对象,但在下一行我收到错误,因为未捕获TypeError:undefined不是函数....