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

Function value

test/angular/1.6/angular.js:4970–4970  ·  view source on GitHub ↗
(name, val)

Source from the content-addressed store, hash-verified

4968 }
4969
4970 function value(name, val) { return factory(name, valueFn(val), false); }
4971
4972 function constant(name, value) {
4973 assertNotHasOwnProperty(name, 'constant');

Callers

nothing calls this directly

Calls 2

factoryFunction · 0.70
valueFnFunction · 0.70

Tested by

no test coverage detected