Skip to content

Instantly share code, notes, and snippets.

@Joevdwalt
Created October 18, 2015 15:39
Show Gist options
  • Save Joevdwalt/b2309d36aebe60884c3a to your computer and use it in GitHub Desktop.
Save Joevdwalt/b2309d36aebe60884c3a to your computer and use it in GitHub Desktop.
Angular Example: Select
<select name="titleId" ng-options="item as item.name for item in apptitle track by item.titleId" ng-model="contact" ></select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment