mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-27 06:54:01 +00:00
docs(ngClass): fix typo in description
This commit is contained in:
parent
d7620f68bb
commit
e283abe171
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ function classDirective(name, selector) {
|
||||||
*
|
*
|
||||||
* The directive won't add duplicate classes if a particular class was already set.
|
* The directive won't add duplicate classes if a particular class was already set.
|
||||||
*
|
*
|
||||||
* When the expression changes, the previously added classes are removed and only then the classes
|
* When the expression changes, the previously added classes are removed and only then the
|
||||||
* new classes are added.
|
* new classes are added.
|
||||||
*
|
*
|
||||||
* @element ANY
|
* @element ANY
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue