drupal-civicrm/sites/all/modules/civicrm/ang/crmResource.ang.php

11 lines
393 B
PHP
Raw Normal View History

2018-01-14 15:10:16 +02:00
<?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 array(
'ext' => 'civicrm',
// 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module.
'js' => array('js/angular-crmResource/all.js'), // One HTTP request for all modules.
);