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 #22407 from eileenmcnaughton/rel
[civicrm-core.git]
/
ang
/
dialogService.ang.php
1
<
?php
2
// This file declares an Angular module which can be autoloaded
3
// https://github.com/jwstadler/angular-jquery-dialog-service
4
5
return
[
6
'ext'
=>
'civicrm'
,
7
'js'
=> [
'bower_components/angular-jquery-dialog-service/dialog-service.js'
],
8
];