MCPcopy
hub / github.com/angular-ui/ui-router / cacheStateAndFireUrlChange

Function cacheStateAndFireUrlChange

test/angular/1.4/angular.js:5907–5911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5905 urlChangeInit = false;
5906
5907 function cacheStateAndFireUrlChange() {
5908 pendingLocation = null;
5909 cacheState();
5910 fireUrlChange();
5911 }
5912
5913 function getCurrentState() {
5914 try {

Callers

nothing calls this directly

Calls 2

cacheStateFunction · 0.70
fireUrlChangeFunction · 0.70

Tested by

no test coverage detected