Skip to content

Instantly share code, notes, and snippets.

@Charuru
Created June 5, 2013 04:19
Show Gist options
  • Save Charuru/5711578 to your computer and use it in GitHub Desktop.
Save Charuru/5711578 to your computer and use it in GitHub Desktop.
div.form-multiple(form-multiple='story.u', ng-init='formMultipleDefault = {n:""}')
.form-multiple-item(ng-repeat="user in formMultiple")
input.choiceItem(type='text', placeholder='Author username', ng-model="user.n", ng-change="setUserID(user.n, $index)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment