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

Function cacheStateAndFireUrlChange

test/angular/1.6/angular.js:6588–6591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6586 urlChangeInit = false;
6587
6588 function cacheStateAndFireUrlChange() {
6589 pendingLocation = null;
6590 fireStateOrUrlChange();
6591 }
6592
6593 // This variable should be used *only* inside the cacheState function.
6594 var lastCachedState = null;

Callers

nothing calls this directly

Calls 1

fireStateOrUrlChangeFunction · 0.70

Tested by

no test coverage detected