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

Function $$removeClass

test/angular/1.7/angular-animate.js:154–158  ·  view source on GitHub ↗
($$jqLite, element, className)

Source from the content-addressed store, hash-verified

152}
153
154function $$removeClass($$jqLite, element, className) {
155 forEach(element, function(elm) {
156 $$jqLite.removeClass(elm, className);
157 });
158}
159
160function applyAnimationClassesFactory($$jqLite) {
161 return function(element, options) {

Callers 1

Calls 1

forEachFunction · 0.70

Tested by

no test coverage detected