Fix undeclared afform requirement of ngRoute
authorColeman Watts <coleman@civicrm.org>
Sun, 15 Nov 2020 19:59:29 +0000 (14:59 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 15 Nov 2020 19:59:29 +0000 (14:59 -0500)
ext/afform/core/ang/afCore.ang.php

index 9e9f4c505ec7c101573d7140823325be0ef71fdd..f539de290ab0787e1c17fb50035c1814588d2776 100644 (file)
@@ -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' => [],