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

Function value

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

Source from the content-addressed store, hash-verified

3848 }
3849
3850 function value(name, val) { return factory(name, valueFn(val)); }
3851
3852 function constant(name, value) {
3853 assertNotHasOwnProperty(name, 'constant');

Callers

nothing calls this directly

Calls 2

factoryFunction · 0.70
valueFnFunction · 0.70

Tested by

no test coverage detected