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

Function callback

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

Source from the content-addressed store, hash-verified

12904 return promise;
12905
12906 function callback() {
12907 if (!hasParams) {
12908 fn(iteration);
12909 } else {
12910 fn.apply(null, args);
12911 }
12912 }
12913 }
12914
12915

Callers 11

nextFunction · 0.70
onProgressFunction · 0.70
BrowserFunction · 0.70
completeRequestFunction · 0.70
qFactoryFunction · 0.70
handleCallbackFunction · 0.70
handleResponseFunction · 0.70
handleTimeoutFunction · 0.70
packageAnimationsFunction · 0.70
notifyProgressFunction · 0.70

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected