summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmUtil.ang.php
blob: 78ca548c49cc5844455333189c0b7bdc491db552 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
// This file declares an Angular module which can be autoloaded
// in CiviCRM. See also:
// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules

return [
  'ext' => 'civicrm',
  'js' => ['ang/crmUtil.js'],
  'requires' => [],
];