Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b8e8c55

Browse files
docs(ngClass): fix jscs style errors
1 parent 37dd419 commit b8e8c55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/directive/ngClass.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ function classDirective(name, selector) {
141141
* new classes are added.
142142
*
143143
* @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
144+
* **add** - happens just before the class is applied to the elements
145+
*
146+
* **remove** - happens just before the class is removed from the element
147147
*
148148
* @element ANY
149149
* @param {expression} ngClass {@link guide/expression Expression} to eval. The result

0 commit comments

Comments
 (0)