如何从$ route获取范围属性?

时间:2016-02-18 02:40:50

标签: angularjs angularjs-scope

我是AngularJS的初学者,我对$ scope的种类有疑问:

my code screen



app.run(['$rootScope', '$route', function($rootScope, $route) {

	  $rootScope.$on('$routeChangeSuccess',function() {
	  console.log($route.current);
	  document.title = $route.current.scope.title;

	  });
}]);




这是我的控制台屏幕:

Console screen

由于

0 个答案:

没有答案