Created
October 18, 2015 15:39
-
-
Save Joevdwalt/b2309d36aebe60884c3a to your computer and use it in GitHub Desktop.
Angular Example: Select
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 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