Merge pull request #10306 from aydun/CRM-20525
[civicrm-core.git] / ang / crmStatusPage.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 // in CiviCRM. See also:
4 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
5
6 // ODDITY: Angular name 'statuspage' doesn't match the file name 'crmStatusPage'.
7
8 return array(
9 'ext' => 'civicrm',
10 'js' => array('ang/crmStatusPage.js', 'ang/crmStatusPage/*.js'),
11 'css' => array('ang/crmStatusPage.css'),
12 'partials' => array('ang/crmStatusPage'),
13 'settings' => array(),
14 'requires' => array('crmUi', 'crmUtil', 'ngRoute', 'crmResource'),
15 );