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 #22490 from colemanw/refreshButton
[civicrm-core.git]
/
ang
/
ui.bootstrap.ang.php
1
<
?php
2
// This file declares an Angular module which can be autoloaded
3
return
[
4
'ext'
=>
'civicrm'
,
5
'basePages'
=> [],
6
'js'
=> [
'bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js'
],
7
'css'
=> [
'bower_components/angular-bootstrap/ui-bootstrap-csp.css'
,
'ang/ui.bootstrap.css'
],
8
];