Guest User

Untitled

a guest
May 31st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.45 KB | None | 0 0
  1. <form name="crud-form1" ng-submit="createOrSaveRecord()">
  2.           <div class="pull-left">
  3.             <label for="description">Description</label><br>
  4.             <input type="text" id="description" ng-model="model.description"/>
  5.           </div>
  6.           <div class="pull-left">
  7.             <label for="description2">Description2</label><br>
  8.             <input type="text" id="description2" ng-model="model.description2"/>
  9.           </div>
  10.         </form>
Advertisement
Add Comment
Please, Sign In to add comment