Created
June 5, 2013 04:31
-
-
Save Charuru/5711615 to your computer and use it in GitHub Desktop.
This file contains 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
div.form-multiple(ng-model='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