projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1abc8e
)
Fix undeclared afform requirement of ngRoute
author
Coleman Watts
<coleman@civicrm.org>
Sun, 15 Nov 2020 19:59:29 +0000
(14:59 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sun, 15 Nov 2020 19:59:29 +0000
(14:59 -0500)
ext/afform/core/ang/afCore.ang.php
patch
|
blob
|
blame
|
history
diff --git
a/ext/afform/core/ang/afCore.ang.php
b/ext/afform/core/ang/afCore.ang.php
index 9e9f4c505ec7c101573d7140823325be0ef71fdd..f539de290ab0787e1c17fb50035c1814588d2776 100644
(file)
--- a/
ext/afform/core/ang/afCore.ang.php
+++ b/
ext/afform/core/ang/afCore.ang.php
@@
-10,7
+10,7
@@
return [
'ang/afCore/*/*.js',
],
'css' => ['ang/afCore.css'],
- 'requires' => ['crmUi', 'crmUtil', 'api4', 'checklist-model'],
+ 'requires' => ['crmUi', 'crmUtil', 'api4', 'checklist-model'
, 'ngRoute'
],
'partials' => ['ang/afCore'],
'settings' => [],
'basePages' => [],