Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <tbody>
  2. <% _.each(schemeCodeDetails, function (item, index) { %>
  3. <%= index % 7 == 0 ? '<tr>' : null %>
  4. <td>
  5. <%= item.schemeCode %>
  6. </td>
  7. <% }) %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement