SearchKit - permit selection of current user id for dynamic searches
[civicrm-core.git] / ang / crmStatusPage.ang.php
index c72127f3dc928416aa3aec92ddc93a09cc0cc3c8..e5c2d397e445213ea92010cd587b97aef973d888 100644 (file)
@@ -1,15 +1,10 @@
 <?php
 // This file declares an Angular module which can be autoloaded
-// in CiviCRM. See also:
-// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
-
-// ODDITY: Angular name 'statuspage' doesn't match the file name 'crmStatusPage'.
 
 return [
   'ext' => 'civicrm',
   'js' => ['ang/crmStatusPage.js', 'ang/crmStatusPage/*.js'],
   'css' => ['ang/crmStatusPage.css'],
   'partials' => ['ang/crmStatusPage'],
-  'settings' => [],
   'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmResource'],
 ];