We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2d8cc commit d12c48bCopy full SHA for d12c48b
src/ng/directive/ngOptions.js
@@ -64,7 +64,7 @@ var ngOptionsMinErr = minErr('ngOptions');
64
* Consider the following example:
65
*
66
* ```html
67
- * <select ng-options="item.subItem as item.label for item in values track by item.id" ng-model="selected">
+ * <select ng-options="item.subItem as item.label for item in values track by item.id" ng-model="selected"></select>
68
* ```
69
70
* ```js
0 commit comments