Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f7e9c commit 8553b56Copy full SHA for 8553b56
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