We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0288ef9 + 3581f7e commit 96cef25Copy full SHA for 96cef25
app/controllers/categories.js
@@ -6,7 +6,7 @@ const { computed } = Ember;
6
export default Ember.Controller.extend(PaginationMixin, {
7
queryParams: ['page', 'per_page', 'sort'],
8
page: '1',
9
- per_page: 10,
+ per_page: 100,
10
sort: 'alpha',
11
12
totalItems: computed.readOnly('model.meta.total'),
0 commit comments