Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form name="crud-form1" ng-submit="createOrSaveRecord()">
- <div class="pull-left">
- <label for="description">Description</label><br>
- <input type="text" id="description" ng-model="model.description"/>
- </div>
- <div class="pull-left">
- <label for="description2">Description2</label><br>
- <input type="text" id="description2" ng-model="model.description2"/>
- </div>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment