We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dd419 commit b8e8c55Copy full SHA for b8e8c55
src/ng/directive/ngClass.js
@@ -141,9 +141,9 @@ function classDirective(name, selector) {
141
* new classes are added.
142
*
143
* @animations
144
- * add - happens just before the class is applied to the element
145
- *
146
- * remove - happens just before the class is removed from the element
+ * **add** - happens just before the class is applied to the elements
+ *
+ * **remove** - happens just before the class is removed from the element
147
148
* @element ANY
149
* @param {expression} ngClass {@link guide/expression Expression} to eval. The result
0 commit comments