An open API service indexing awesome lists of open source software.

https://github.com/josemarluedke/backbone-paginated

Backbone.js paginated collections and views.
https://github.com/josemarluedke/backbone-paginated

Last synced: 3 months ago
JSON representation

Backbone.js paginated collections and views.

Awesome Lists containing this project

README

          

# Backbone.js paginated collections and views

This is a simple code to do an infinite scroll pagination into a backbone.js app.

## Dependencies
- jQuery Waypoints - [imakewebthings.com/jquery-waypoints](http://imakewebthings.com/jquery-waypoints/)

## Example
- TODO

## Maintainer

- Josemar Davi Luedke - [josemarluedke.com](http://josemarluedke.com)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request