Actions Menu TS

This commit is contained in:
Mo Bitar
2020-04-12 17:38:18 -05:00
parent a379ea9f54
commit d38c14b1b4
74 changed files with 1450 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
import template from '%/directives/challenge-modal.pug';
import { ChallengeType, ChallengeValue, removeFromArray } from 'snjs';
import { PureCtrl } from '@Controllers';
import { PureCtrl } from '@Controllers/abstract/pure_ctrl';
class ChallengeModalCtrl extends PureCtrl {
/* @ngInject */