RelationshipCache - Remove case_id
[civicrm-core.git] / ang / crmD3.ang.php
CommitLineData
8456e727
TO
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: Only loads if you have CiviMail permissions.
7// ODDITY: Extra resources loaded via CRM_Mailing_Info::getAngularModules.
8
617697e8 9return [
8456e727 10 'ext' => 'civicrm',
617697e8 11 'js' => [
8456e727
TO
12 'ang/crmD3.js',
13 'bower_components/d3/d3.min.js',
617697e8
CW
14 ],
15 'requires' => [],
16];