feat(build): fixed build issues

This commit is contained in:
Torkel Ödegaard
2015-11-12 14:28:35 +01:00
parent bad6a40a12
commit f1caae126e
2 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ import {TableModel} from './table_model';
export class TablePanelCtrl {
/** @ngInject */
constructor($scope, $rootScope, $q, panelSrv, panelHelper, annotationsSrv) {
$scope.ctrl = this;
$scope.pageIndex = 0;