docs(select): fix typo

Closes #4433
This commit is contained in:
wiebl 2013-10-15 17:17:49 +02:00 committed by Pete Bacon Darwin
parent 88e35fa8d6
commit 3c05e36e79

View file

@ -96,7 +96,7 @@ var ngOptionsMinErr = minErr('ngOptions');
Color (null allowed):
<span class="nullable">
<select ng-model="color" ng-options="c.name for c in colors">
<option value="">-- chose color --</option>
<option value="">-- choose color --</option>
</select>
</span><br/>