MCPcopy Index your code
hub / github.com/angular-ui/ui-router / afterLocationChange

Function afterLocationChange

test/angular/1.2/angular.js:10005–10007  ·  view source on GitHub ↗
(oldUrl)

Source from the content-addressed store, hash-verified

10003 return $location;
10004
10005 function afterLocationChange(oldUrl) {
10006 $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl);
10007 }
10008}];
10009}
10010

Callers 1

$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected