MCPcopy
hub / github.com/angular-ui/ui-router / $$removeClass

Function $$removeClass

test/angular/1.4/angular-animate.js:174–178  ·  view source on GitHub ↗
($$jqLite, element, className)

Source from the content-addressed store, hash-verified

172}
173
174function $$removeClass($$jqLite, element, className) {
175 forEach(element, function(elm) {
176 $$jqLite.removeClass(elm, className);
177 });
178}
179
180function applyAnimationClassesFactory($$jqLite) {
181 return function(element, options) {

Callers 1

Calls 1

forEachFunction · 0.70

Tested by

no test coverage detected