Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <template>
  2. <form submit.delegate="submit()">
  3. <div class="form-group">
  4. <label class="control-label" for="email">Email</label>
  5. <input type="text" class="form-control" id="email" placeholder="Email"
  6. value.bind="model[field] & validate:rules">
  7. </div>
  8.  
  9. <button type="submit" class="btn btn-primary">Submit</button>
  10. </form>
  11. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement