Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hahalin/5206a13dfc6fa6ace927 to your computer and use it in GitHub Desktop.

Select an option

Save hahalin/5206a13dfc6fa6ace927 to your computer and use it in GitHub Desktop.
asp.net mvc view angularjs select tag
<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