Skip to content

Commit

Permalink
restore default limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard2perez committed Mar 26, 2016
1 parent 11ba6b8 commit 3ef30db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/mixins/pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default Ember.Mixin.create({
next: 0,
total: 0,
pages: 0,
limit: 1,
limit: 10,
skip: 0,
from: 0,
to: 0,
Expand Down

0 comments on commit 3ef30db

Please sign in to comment.