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 #22676 from civicrm/5.46
[civicrm-core.git]
/
ang
/
crmDialog.ang.php
1
<
?php
2
// @see crmDialog.md
3
return
[
4
'ext'
=>
'civicrm'
,
5
'js'
=> [
6
'ang/crmDialog.js'
,
7
],
8
'requires'
=> [
9
'dialogService'
,
10
],
11
'basePages'
=> [],
12
];