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

Function cacheStateAndFireUrlChange

test/angular/1.5/angular.js:6198–6202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6196 urlChangeInit = false;
6197
6198 function cacheStateAndFireUrlChange() {
6199 pendingLocation = null;
6200 cacheState();
6201 fireUrlChange();
6202 }
6203
6204 // This variable should be used *only* inside the cacheState function.
6205 var lastCachedState = null;

Callers

nothing calls this directly

Calls 2

cacheStateFunction · 0.70
fireUrlChangeFunction · 0.70

Tested by

no test coverage detected