Skip to content

Instantly share code, notes, and snippets.

@spsaucier
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spsaucier/2ed084bc0d388db5e284 to your computer and use it in GitHub Desktop.
Save spsaucier/2ed084bc0d388db5e284 to your computer and use it in GitHub Desktop.
FFA_SW 5
<div class="grid-content films" ng-show="films">
<a class="button pagination" ng-show="prevPage" ui-sref="films({ p: prevPage })">Back to Page {{prevPage}}</a>
<div class="grid-content shrink">
<ul class="menu-bar vertical">
<li ng-repeat="film in films.results">
{{film.title}}
</li>
</ul>
</div>
<a class="button pagination" ng-show="nextPage" ui-sref="films({ p: nextPage })">To Page {{nextPage}}</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment