RelationshipCache - Remove case_id
[civicrm-core.git] / ang / crmD3.ang.php
... / ...
CommitLineData
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
9return [
10 'ext' => 'civicrm',
11 'js' => [
12 'ang/crmD3.js',
13 'bower_components/d3/d3.min.js',
14 ],
15 'requires' => [],
16];