projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge pull request #19766 from WeMoveEU/faster-select2-groups
[civicrm-core.git]
/
ang
/
crmResource.ang.php
1
<
?php
2
// This file declares an Angular module which can be autoloaded
3
return
[
4
'ext'
=>
'civicrm'
,
5
// 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module.
6
// One HTTP request for all modules.
7
'js'
=> [
'js/angular-crmResource/all.js'
],
8
];