all.js 254 B

1234567891011
  1. define([
  2. './panellinkeditor/module',
  3. './annotations/annotationsSrv',
  4. './templating/templateSrv',
  5. './dashboard/all',
  6. './panel/all',
  7. './profile/profileCtrl',
  8. './profile/changePasswordCtrl',
  9. './org/all',
  10. './admin/all',
  11. ], function () {});