summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmStatusPage.ang.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/ang/crmStatusPage.ang.php')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/ang/crmStatusPage.ang.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmStatusPage.ang.php b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmStatusPage.ang.php
new file mode 100644
index 00000000..c72127f3
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmStatusPage.ang.php
@@ -0,0 +1,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'],
+];