Skip to content

Instantly share code, notes, and snippets.

/gist:3c6668db3edc21f720bf Secret
Created Nov 30, 2014

Embed
What would you like to do?
select(ng-model="course.school")
option(ng-repeat="school in schools",ng-value="school._id",ng-selected="{{school._id == course.school}}") {{school.name}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.