Skip to content

Instantly share code, notes, and snippets.

/new.html Secret
Created May 24, 2016

Embed
What would you like to do?
<select id="input" class="form-control" required="required" ng-model='post.categories'>
<option ng-repeat="cat in categories" selected value="{{cat.name}}">{{cat.name }}</option>
</select>
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.