bring in line with #24176
[civicrm-core.git] / ang / crmCaseType.ang.php
CommitLineData
8456e727
TO
1<?php
2// This file declares an Angular module which can be autoloaded
8456e727
TO
3// ODDITY: This only loads if CiviCase is active.
4
617697e8 5return [
8456e727 6 'ext' => 'civicrm',
617697e8
CW
7 'js' => ['ang/crmCaseType.js'],
8 'css' => ['ang/crmCaseType.css'],
9 'partials' => ['ang/crmCaseType'],
fef937a8 10 'requires' => ['ngRoute', 'crmUi', 'unsavedChanges', 'crmUtil', 'crmResource'],
617697e8 11];