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

Function cacheStateAndFireUrlChange

test/angular/1.7/angular.js:6679–6682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6677 urlChangeInit = false;
6678
6679 function cacheStateAndFireUrlChange() {
6680 pendingLocation = null;
6681 fireStateOrUrlChange();
6682 }
6683
6684 // This variable should be used *only* inside the cacheState function.
6685 var lastCachedState = null;

Callers

nothing calls this directly

Calls 1

fireStateOrUrlChangeFunction · 0.70

Tested by

no test coverage detected