MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / afterLocationChange

Function afterLocationChange

code/songhop/www/lib/angular/angular.js:11406–11409  ·  view source on GitHub ↗
(oldUrl, oldState)

Source from the content-addressed store, hash-verified

11404 return $location;
11405
11406 function afterLocationChange(oldUrl, oldState) {
11407 $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl,
11408 $location.$$state, oldState);
11409 }
11410}];
11411}
11412

Callers 1

$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected