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

Function applyStyles

test/angular/1.3/angular.js:4657–4662  ·  view source on GitHub ↗
(element, options)

Source from the content-addressed store, hash-verified

4655 }
4656
4657 function applyStyles(element, options) {
4658 if (angular.isObject(options)) {
4659 var styles = extend(options.from || {}, options.to || {});
4660 element.css(styles);
4661 }
4662 }
4663
4664 /**
4665 *

Callers 1

angular.jsFile · 0.85

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected