| 1234567891011121314151617181920 |
- define([
- './dashboardCtrl',
- './dashboardNavCtrl',
- './snapshotTopNavCtrl',
- './saveDashboardAsCtrl',
- './playlistCtrl',
- './rowCtrl',
- './sharePanelCtrl',
- './shareSnapshotCtrl',
- './submenuCtrl',
- './dashboardSrv',
- './keybindings',
- './viewStateSrv',
- './playlistSrv',
- './timeSrv',
- './unsavedChangesSrv',
- './directives/dashSearchView',
- './graphiteImportCtrl',
- './importCtrl',
- ], function () {});
|