Advertisement
Guest User

Schema Form

a guest
Jul 30th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.21 KB | None | 0 0
  1. <div ng-controller="FormController">
  2.     <form sf-schema="schema"
  3.          sf-form="form"
  4.          sf-model="model"
  5.          sf-options="{ formDefaults: { ngModelOptions: { updateOn: 'blur' } }}"></form>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement