projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #22233 from colemanw/apiExplorerArgs
[civicrm-core.git]
/
ang
/
api4Explorer.js
1
(
function
(
angular
, $,
_
) {
2
// Declare a list of dependencies.
3
angular
.
module
(
'api4Explorer'
,
CRM
.
angRequires
(
'api4Explorer'
));
4
})(
angular
,
CRM
.$,
CRM
.
_
);