(NFC) Fix possible flacky tests by splitting the parts of the checksum up so that...
[civicrm-core.git] / ang / crmCaseType.ang.php
... / ...
CommitLineData
1<?php
2// This file declares an Angular module which can be autoloaded
3// ODDITY: This only loads if CiviCase is active.
4
5return [
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];