Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricSimons/ionic-course
/ applyStyles
Function
applyStyles
code/songhop/www/lib/angular/angular.js:4607–4612 ·
view source on GitHub ↗
(element, options)
Source
from the content-addressed store, hash-verified
4605
}
4606
4607
function
applyStyles(element, options) {
4608
if
(angular.isObject(options)) {
4609
var
styles = extend(options.from || {}, options.to || {});
4610
element.css(styles);
4611
}
4612
}
4613
4614
/**
4615
*
Callers
1
angular.js
File · 0.70
Calls
1
extend
Function · 0.70
Tested by
no test coverage detected