Created
March 6, 2016 14:24
-
-
Save hahalin/5206a13dfc6fa6ace927 to your computer and use it in GitHub Desktop.
asp.net mvc view angularjs select tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <select ng-model="selectedCompany" | |
| ng-init="selectedCompany='2'" | |
| class="form-control" ng-options="c.id as c.nm for c in companies "> | |
| </select> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment