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

Function setData

test/angular/1.4/angular-animate.js:525–528  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

523 }
524
525 function setData(value) {
526 value = value === 'on' || value === 'true';
527 element.data(NG_ANIMATE_CHILDREN_DATA, value);
528 }
529 }
530 };
531}];

Callers 1

angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected