Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <table id="example1" class="table table-bordered table-striped" ng-table="tableParams" show-filter="isFiltersVisible">
  2. <colgroup>
  3. <col width="5%"/>
  4. <col width="5%"/>
  5. </colgroup>
  6. <tr>
  7. <td>
  8. <select ng-change="changed()"
  9. ng-model="regions"
  10. ng-options="data.name for data in options">
  11. </select>
  12. </td>
  13. <td colspan='3'>
  14. <input type='button' name='go' value='Go' class='btn btn-primary' ng-click="performAction()">
  15. </td>
  16. </tr>
  17. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement