We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0ab14 commit b90f5e5Copy full SHA for b90f5e5
src/ng/directive/select.js
@@ -41,7 +41,7 @@ var ngOptionsMinErr = minErr('ngOptions');
41
* or property name (for object data sources) of the value within the collection.
42
* </div>
43
*
44
- * **Note:** Using `select as` together with `trackexpr` is not possible (and will throw).
+ * **Note:** Using `select as` together with `trackexpr` is not possible (and will throw an error).
45
* Reasoning:
46
* - Example: <select ng-options="item.subItem as item.label for item in values track by item.id" ng-model="selected">
47
* values: [{id: 1, label: 'aLabel', subItem: {name: 'aSubItem'}}, {id: 2, label: 'bLabel', subItem: {name: 'bSubItemß'}}],
0 commit comments