$compile.directive.Attributes.$removeClass()

$removeClass(classVal);

Removes the CSS class value specified by the classVal parameter from the element. If animations are enabled then an animation will be triggered for the class removal.

Parameters

Param Type Details
classVal string

The className value that will be removed from the element

doc_AngularJS
2016-03-29 16:10:14
Comments
Leave a Comment

Please login to continue.