MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / createAndSet

Function createAndSet

lib/test/angular/1.5.0/angular.js:26973–26978  ·  view source on GitHub ↗
(name, value, controller)

Source from the content-addressed store, hash-verified

26971 }
26972
26973 function createAndSet(name, value, controller) {
26974 if (!ctrl[name]) {
26975 ctrl[name] = {};
26976 }
26977 set(ctrl[name], value, controller);
26978 }
26979
26980 function unsetAndCleanup(name, value, controller) {
26981 if (ctrl[name]) {

Callers 1

setValidityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected