triggers panel: add tests for PanelCtrl

This commit is contained in:
Alexander Zobnin
2017-12-03 18:10:07 +03:00
parent 4607da7c0d
commit 6eb6f63416
8 changed files with 217 additions and 25 deletions

View File

@@ -6,8 +6,10 @@ export class PanelCtrl {
this.$injector = $injector;
this.$scope = $scope;
this.panel = $scope.panel;
this.timing = {};
this.events = {
on: () => {}
on: () => {},
emit: () => {}
};
}