summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmCaseType.ang.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/ang/crmCaseType.ang.php')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/ang/crmCaseType.ang.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmCaseType.ang.php b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmCaseType.ang.php
new file mode 100644
index 00000000..c71e9c66
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmCaseType.ang.php
@@ -0,0 +1,14 @@
+<?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: This only loads if CiviCase is active.
+
+return [
+ 'ext' => 'civicrm',
+ 'js' => ['ang/crmCaseType.js'],
+ 'css' => ['ang/crmCaseType.css'],
+ 'partials' => ['ang/crmCaseType'],
+ 'requires' => ['ngRoute', 'ui.utils', 'crmUi', 'unsavedChanges', 'crmUtil', 'crmResource'],
+];