Merge branch '5.35' of https://github.com/civicrm/civicrm-core into merge
[civicrm-core.git] / ang / crmCaseType.ang.php
1 <?php
2 // This file declares an Angular module which can be autoloaded
3 // ODDITY: This only loads if CiviCase is active.
4
5 return [
6 'ext' => 'civicrm',
7 'js' => ['ang/crmCaseType.js'],
8 'css' => ['ang/crmCaseType.css'],
9 'partials' => ['ang/crmCaseType'],
10 'requires' => ['ngRoute', 'ui.utils', 'crmUi', 'unsavedChanges', 'crmUtil', 'crmResource'],
11 ];