Backgrid pagination works again.

This commit is contained in:
Mark McDowall 2013-06-07 17:31:08 -07:00
commit 1809aefea2
7 changed files with 179 additions and 108 deletions

View file

@ -0,0 +1,12 @@
<ul>
{{debug}}
{{#each handles}}
<li {{#if className}}class="{{className}}"{{/if}}>
{{#if pageNumber}}
<span>{{label}}</span>
{{else}}
<i class="pager-btn clickable {{label}}" data-action="{{action}}"></i>
{{/if}}
</li>
{{/each}}
</ul>