SHARE
TWEET

Untitled

a guest May 31st, 2016 54 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top