mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-04 13:14:49 +00:00
parent
171feb8fc6
commit
b5214aa20a
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function classDirective(name, selector) {
|
||||||
* @restrict AC
|
* @restrict AC
|
||||||
*
|
*
|
||||||
* @description
|
* @description
|
||||||
* The `ngClass` allows you to set CSS classes on HTML an element, dynamically, by databinding
|
* The `ngClass` directive allows you to dynamically set CSS classes on an HTML element by databinding
|
||||||
* an expression that represents all classes to be added.
|
* an expression that represents all classes to be added.
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue