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 #17764 from jaapjansma/caseActivity
[civicrm-core.git]
/
ang
/
ui.utils.ang.php
1
<
?php
2
// This file declares an Angular module which can be autoloaded
3
// in CiviCRM. See also:
4
// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
5
6
return
[
7
'ext'
=>
'civicrm'
,
8
'js'
=> [
'bower_components/angular-ui-utils/ui-utils.min.js'
],
9
];