MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / value

Function value

code/songhop/www/lib/angular/angular.js:4042–4042  ·  view source on GitHub ↗
(name, val)

Source from the content-addressed store, hash-verified

4040 }
4041
4042 function value(name, val) { return factory(name, valueFn(val), false); }
4043
4044 function constant(name, value) {
4045 assertNotHasOwnProperty(name, 'constant');

Callers

nothing calls this directly

Calls 2

factoryFunction · 0.70
valueFnFunction · 0.70

Tested by

no test coverage detected