1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 14:49:42 +02:00

document view activity

This commit is contained in:
Harvey Kandola 2017-12-11 12:04:48 +00:00
parent 486b5983d9
commit cce1b5ef50
11 changed files with 85 additions and 93 deletions

View file

@ -12,12 +12,7 @@
import Component from '@ember/component';
export default Component.extend({
tab: 'index',
actions: {
onTabSwitch(tab) {
this.set('tab', tab);
},
onPageSequenceChange(changes) {
this.attrs.onPageSequenceChange(changes);