mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-26 22:53:58 +00:00
parent
88e35fa8d6
commit
3c05e36e79
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ var ngOptionsMinErr = minErr('ngOptions');
|
||||||
Color (null allowed):
|
Color (null allowed):
|
||||||
<span class="nullable">
|
<span class="nullable">
|
||||||
<select ng-model="color" ng-options="c.name for c in colors">
|
<select ng-model="color" ng-options="c.name for c in colors">
|
||||||
<option value="">-- chose color --</option>
|
<option value="">-- choose color --</option>
|
||||||
</select>
|
</select>
|
||||||
</span><br/>
|
</span><br/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue