First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
10
sites/all/modules/civicrm/ang/crmResource.ang.php
Normal file
10
sites/all/modules/civicrm/ang/crmResource.ang.php
Normal file
|
@ -0,0 +1,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 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.
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue