summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmResource.ang.php
blob: 577f48e1efd332722157abf0108a87ed5b68880e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module.
  // One HTTP request for all modules.
  'js' => ['js/angular-crmResource/all.js'],
];