I've got this:
<div class="row services">
<div class="col-md-3 col-sm-6" dir-paginate="item in listings | itemsPerPage: 4">
<center>
<a href="{{ item.steamname }}"><h4>{{ item.profilename }}</h4></a>
<img src="{{item.rank }}" />
<p>{{ item.location }}</p>
</center>
</div>
</div>
</div>
<center><dir-pagination-controls></dir-pagination-controls></center>
For some reason the controls are not showing at all..
Not even sure where to start. The actual pagination is cutting down the listings to 4
as requested but the rest doesn't show...