diff options
| author | PowerKiKi | 2013-02-04 16:01:18 +0900 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-02-04 10:37:19 +0000 | 
| commit | e283abe171091db7a5229ae30f904637f429f856 (patch) | |
| tree | 1e44802150c9de2ee7dcabdd628f5c12e8816614 /src | |
| parent | d7620f68bbaf7b1f36fc17a1acb24abf1ff93572 (diff) | |
| download | angular.js-e283abe171091db7a5229ae30f904637f429f856.tar.bz2 | |
docs(ngClass): fix typo in description
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/directive/ngClass.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngClass.js b/src/ng/directive/ngClass.js index 76b0ed57..79c55d7a 100644 --- a/src/ng/directive/ngClass.js +++ b/src/ng/directive/ngClass.js @@ -65,7 +65,7 @@ function classDirective(name, selector) {   *   * 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.   *   * @element ANY  | 
