dash_list_ctrl.ts 224 B

1234567891011
  1. ///<reference path="../../headers/common.d.ts" />
  2. import coreModule from 'app/core/core_module';
  3. export class DashListCtrl {
  4. /** @ngInject */
  5. constructor() {
  6. }
  7. }
  8. coreModule.controller('DashListCtrl', DashListCtrl);