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

Function applyInlineStyle

test/angular/1.7/angular-animate.js:344–348  ·  view source on GitHub ↗
(node, styleTuple)

Source from the content-addressed store, hash-verified

342}
343
344function applyInlineStyle(node, styleTuple) {
345 var prop = styleTuple[0];
346 var value = styleTuple[1];
347 node.style[prop] = value;
348}
349
350function concatWithSpace(a,b) {
351 if (!a) return b;

Callers 2

blockKeyframeAnimationsFunction · 0.70
angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected