Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(ngOptions): close select element
Browse files Browse the repository at this point in the history
Close select element in html example to stop errors occurring for copy/paste users

Closes #12384
  • Loading branch information
Jacob Carter authored and lgalfaso committed Aug 3, 2015
1 parent a8f7e9c commit 8553b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/ngOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var ngOptionsMinErr = minErr('ngOptions');
* Consider the following example:
*
* ```html
* <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>
* ```
*
* ```js
Expand Down

0 comments on commit 8553b56

Please sign in to comment.