一个人如何监视/触发一条路线上的事件?
$scope.$on('$routeChangeStart', function($event, next, current) { // ... you could trigger something here ... });
以下事件也可用(它们的回调函数采用不同的参数):