diff --git a/ang/crmResource.ang.php b/ang/crmResource.ang.php index eaa504f30cce2be195882447a0152a4651c66fbc..577f48e1efd332722157abf0108a87ed5b68880e 100644 --- a/ang/crmResource.ang.php +++ b/ang/crmResource.ang.php @@ -6,5 +6,6 @@ return [ 'ext' => 'civicrm', // 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module. - 'js' => ['js/angular-crmResource/all.js'], // One HTTP request for all modules. + // One HTTP request for all modules. + 'js' => ['js/angular-crmResource/all.js'], ];