summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmStatusPage.ang.php
blob: c72127f3dc928416aa3aec92ddc93a09cc0cc3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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'],
];