Guest User

Untitled

a guest
Mar 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <blockquote>Please click on a row</blockquote>
  2. <p class="text-danger">
  3. You clicked on: <strong>{{ showCase.message }}</strong>
  4. </p>
  5.  
  6. <table datatable="" dt-options="showCase.dtOptions"
  7. dt-columns="showCase.dtColumns" class="row-border hover"></table>
  8.  
  9.  
  10. <p class="text-danger">You selected the following rows:</p>
  11. <p>**<pre ng-model="showCase.selected">{{ showCase.selected |json }}</pre**>
Add Comment
Please, Sign In to add comment