diff options
| author | wiebl | 2013-10-15 17:17:49 +0200 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-24 22:12:51 +0100 |
| commit | 3c05e36e79365c9dd6996934ed4538fa7f3f220e (patch) | |
| tree | 72616fdcc19d4c612e778c426fc17582f3ca42c4 /src | |
| parent | 88e35fa8d64cf28db9c84df67549b2a0ee1960cf (diff) | |
| download | angular.js-3c05e36e79365c9dd6996934ed4538fa7f3f220e.tar.bz2 | |
docs(select): fix typo
Closes #4433
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/directive/select.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index 83148e22..86e04242 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -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/> |
