From cfe2b4d715b5952202992dd5dd57604f54afb39c Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 15 Nov 2020 14:59:29 -0500 Subject: [PATCH] Fix undeclared afform requirement of ngRoute --- ext/afform/core/ang/afCore.ang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/afform/core/ang/afCore.ang.php b/ext/afform/core/ang/afCore.ang.php index 9e9f4c505e..f539de290a 100644 --- 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' => [], -- 2.25.1