I know that I can run:
scope.$watch(someItem, function(){})
But I can\'t figure out a way to watch over change of $state.$current.nam
$state.$current.nam
It's in the docs: https://github.com/angular-ui/ui-router/wiki#state-change-events
$rootScope.$on('$stateChangeStart', function(event, toState, toParams, fromState, fromParams){ // do something })