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

Function async

test/angular/1.2/angular.js:4192–4194  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

4190 this.$get = ['$timeout', '$$asyncCallback', function($timeout, $$asyncCallback) {
4191
4192 function async(fn) {
4193 fn && $$asyncCallback(fn);
4194 }
4195
4196 /**
4197 *

Callers 1

angular.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected