Merge pull request #17574 from seamuslee001/string_offsets_curly
[civicrm-core.git] / ang / crmCaseType.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: This only loads if CiviCase is active.
7
8 return [
9 'ext' => 'civicrm',
10 'js' => ['ang/crmCaseType.js'],
11 'css' => ['ang/crmCaseType.css'],
12 'partials' => ['ang/crmCaseType'],
13 'requires' => ['ngRoute', 'ui.utils', 'crmUi', 'unsavedChanges', 'crmUtil', 'crmResource'],
14 ];