Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <div class="modal-body">
  2. <div class="form-group">
  3.  
  4. <form (ngSubmit)="onSubmit(companylisting)" #companylsiting="ngForm" >
  5.  
  6. <div class="form-group">
  7. <label for="first_name"> Name</label>
  8. <input type="text" class="form-control" id="name" [(ngModel)]="company.name" name="first_name" required>
  9. </div>
  10. <button type="submit" class="btn btn-primary">Submit</button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement