Skip to content
Permalink
Browse files

chore(docs): fix jscs error

Removed a triling whitespace
  • Loading branch information
lgalfaso committed Dec 3, 2014
1 parent b9e5eaf commit 579aa5932473f5b8d5dbe3c26e7b527fb253233b
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/directive/select.js
@@ -71,7 +71,7 @@ var ngOptionsMinErr = minErr('ngOptions');
* * `select` **`as`** `label` **`for`** `value` **`in`** `array`
* * `label` **`group by`** `group` **`for`** `value` **`in`** `array`
* * `label` **`group by`** `group` **`for`** `value` **`in`** `array` **`track by`** `trackexpr`
* * `label` **`for`** `value` **`in`** `array` | orderBy:`orderexpr` **`track by`** `trackexpr`
* * `label` **`for`** `value` **`in`** `array` | orderBy:`orderexpr` **`track by`** `trackexpr`
* (for including a filter with `track by`)
* * for object data sources:
* * `label` **`for (`**`key` **`,`** `value`**`) in`** `object`

0 comments on commit 579aa59

Please sign in to comment.
You can’t perform that action at this time.