mirror of
https://github.com/documize/community.git
synced 2025-08-01 19:45:24 +02:00
Add missing super call in routes
This commit is contained in:
parent
329c43eba0
commit
2042454e77
5 changed files with 13 additions and 3 deletions
|
@ -56,6 +56,8 @@ export default Route.extend({
|
|||
},
|
||||
|
||||
setupController: function (controller, model) {
|
||||
this._super(controller, model);
|
||||
|
||||
controller.set('model', model);
|
||||
controller.reset();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue