MCPcopy Create free account
hub / github.com/angular-ui/ui-router / $$addClass

Function $$addClass

test/angular/1.6/angular-animate.js:148–152  ·  view source on GitHub ↗
($$jqLite, element, className)

Source from the content-addressed store, hash-verified

146}
147
148function $$addClass($$jqLite, element, className) {
149 forEach(element, function(elm) {
150 $$jqLite.addClass(elm, className);
151 });
152}
153
154function $$removeClass($$jqLite, element, className) {
155 forEach(element, function(elm) {

Callers 1

Calls 1

forEachFunction · 0.70

Tested by

no test coverage detected