1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

select space root or category docs

This commit is contained in:
Harvey Kandola 2017-10-02 13:48:37 -04:00
parent 8d761da939
commit ba5988dca3
8 changed files with 105 additions and 100 deletions

View file

@ -46,9 +46,8 @@ export default Ember.Route.extend(AuthenticatedRouteMixin, {
});
model.rootDocCount = rootDocCount;
},
activate() {
this.set('model.showStartDocument', false);
console.log('afterModel');
}
});