docs(ngClass): clarify the description

Closes #4220
This commit is contained in:
Dave Peticolas 2013-10-01 20:50:16 -07:00 committed by Pete Bacon Darwin
parent 171feb8fc6
commit b5214aa20a

View file

@ -75,7 +75,7 @@ function classDirective(name, selector) {
* @restrict AC
*
* @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.
*
* The directive won't add duplicate classes if a particular class was already set.