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

switch to doc content view when clicking on TOC entry

This commit is contained in:
Harvey Kandola 2017-12-19 14:00:53 +00:00
parent 44970a7861
commit 8b05e7ab81
8 changed files with 16 additions and 8 deletions

View file

@ -10,7 +10,6 @@
// https://documize.com
import { Promise as EmberPromise, hash } from 'rsvp';
import { inject as service } from '@ember/service';
import Route from '@ember/routing/route';
import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-route-mixin';