Petr Kosikhin

Results 2 comments of Petr Kosikhin

This seems to go away after you reboot your dev server.

That was my first thought. i have added the following to my route: ``` setupController: function(controller,model) { controller.set('categories',model.categories); controller.set('records',model.records); } ``` And changed the ``` pagedContent: pagedArray('records', { pageBinding: "page",...