2014-11-11 13:38:27 +01:00
|
|
|
define([
|
2015-05-05 19:56:49 +02:00
|
|
|
'./panellinks/module',
|
|
|
|
|
'./dashlinks/module',
|
2016-01-14 12:35:31 +01:00
|
|
|
'./annotations/annotations_srv',
|
2014-12-31 09:34:54 +01:00
|
|
|
'./templating/templateSrv',
|
2014-12-31 11:05:19 +01:00
|
|
|
'./dashboard/all',
|
2015-12-22 02:07:15 -08:00
|
|
|
'./playlist/all',
|
2015-02-02 21:59:04 +01:00
|
|
|
'./panel/all',
|
2015-01-19 18:57:25 +01:00
|
|
|
'./profile/profileCtrl',
|
2015-02-19 16:09:49 +01:00
|
|
|
'./profile/changePasswordCtrl',
|
2015-08-31 09:37:14 +02:00
|
|
|
'./profile/selectOrgCtrl',
|
2015-02-12 15:46:14 +01:00
|
|
|
'./admin/all',
|
2014-11-11 13:38:27 +01:00
|
|
|
], function () {});
|