Merge pull request #14589 from eileenmcnaughton/money
[civicrm-core.git] / ang / crmAttachment.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
617697e8 6return [
8456e727 7 'ext' => 'civicrm',
617697e8
CW
8 'js' => ['ang/crmAttachment.js'],
9 'css' => ['ang/crmAttachment.css'],
10 'partials' => ['ang/crmAttachment'],
11 'settings' => [
8456e727 12 'token' => \CRM_Core_Page_AJAX_Attachment::createToken(),
617697e8
CW
13 ],
14 'requires' => ['angularFileUpload', 'crmResource'],
15];