Guest User

Untitled

a guest
Oct 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <div class="col-xs-10">
  2. <input id="This[0].That" name="This[0].That" ng-model="item.That">
  3. </div>
  4. <div class="col-xs-2">
  5. <input ng-click="removeThat(item)" value="Remove">
  6. </div>
Add Comment
Please, Sign In to add comment