diff --git a/src/ng/directive/ngOptions.js b/src/ng/directive/ngOptions.js index af963c665dc7..ee7cf32831f9 100644 --- a/src/ng/directive/ngOptions.js +++ b/src/ng/directive/ngOptions.js @@ -66,9 +66,7 @@ var ngOptionsMinErr = minErr('ngOptions'); * * ### `select` **`as`** and **`track by`** * - *
- * Be careful when using `select` **`as`** and **`track by`** in the same expression. - *
+ * When using `select` **`as`** and **`track by`** in the same expression use the `$value` variable. * * Given this array of items on the $scope: * @@ -110,6 +108,15 @@ var ngOptionsMinErr = minErr('ngOptions'); * expression evaluates to `items[0].subItem.id` (which is undefined). As a result, the model value * is not matched against any `