MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / afterLocationChange

Function afterLocationChange

lib/test/angular/1.4.3/angular.js:12173–12176  ·  view source on GitHub ↗
(oldUrl, oldState)

Source from the content-addressed store, hash-verified

12171 return $location;
12172
12173 function afterLocationChange(oldUrl, oldState) {
12174 $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl,
12175 $location.$$state, oldState);
12176 }
12177}];
12178}
12179

Callers 1

$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected