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

Function cacheStateAndFireUrlChange

test/angular/1.3/angular.js:5122–5125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5120 urlChangeInit = false;
5121
5122 function cacheStateAndFireUrlChange() {
5123 cacheState();
5124 fireUrlChange();
5125 }
5126
5127 function getCurrentState() {
5128 try {

Callers

nothing calls this directly

Calls 2

cacheStateFunction · 0.70
fireUrlChangeFunction · 0.70

Tested by

no test coverage detected