Skip to content

Instantly share code, notes, and snippets.

@kauffmanes
Created August 15, 2017 16:53
Show Gist options
  • Save kauffmanes/433b0f23583a40e277ef2fa6da3fef6d to your computer and use it in GitHub Desktop.
Save kauffmanes/433b0f23583a40e277ef2fa6da3fef6d to your computer and use it in GitHub Desktop.
Individual record input
<p data-ng-repeat="item in questions">
<label for="">{{ item.label }}</label>
<input type={{ item.type }} data-ng-model="formData[item.id]">
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment