From 132ddeae8b3bc572bfa6996c314297919d13cf57 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 3 May 2019 16:58:08 -0700 Subject: [PATCH] ang/af*.ang.php - Remove elements that are unlikely to be used --- ext/afform/core/ang/af.ang.php | 6 +++--- ext/afform/core/ang/af.css | 1 - ext/afform/core/ang/afBlock.ang.php | 1 - ext/afform/core/ang/afField.ang.php | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 ext/afform/core/ang/af.css diff --git a/ext/afform/core/ang/af.ang.php b/ext/afform/core/ang/af.ang.php index dfc2edbec4..7a937077b8 100644 --- a/ext/afform/core/ang/af.ang.php +++ b/ext/afform/core/ang/af.ang.php @@ -9,9 +9,9 @@ return [ 'ang/af/*.js', 'ang/af/*/*.js', ], - 'css' => ['ang/af.css'], - 'partials' => ['ang/af'], - 'requires' => ['crmUi', 'crmUtil', 'ngRoute'], + // 'css' => ['ang/af.css'], + // 'partials' => ['ang/af'], + 'requires' => ['crmUtil'], 'settings' => [], 'basePages' => [], ]; diff --git a/ext/afform/core/ang/af.css b/ext/afform/core/ang/af.css deleted file mode 100644 index 572e25591d..0000000000 --- a/ext/afform/core/ang/af.css +++ /dev/null @@ -1 +0,0 @@ -/* Add any CSS rules for Angular module "af" */ diff --git a/ext/afform/core/ang/afBlock.ang.php b/ext/afform/core/ang/afBlock.ang.php index 799d65c827..4075194883 100644 --- a/ext/afform/core/ang/afBlock.ang.php +++ b/ext/afform/core/ang/afBlock.ang.php @@ -14,7 +14,6 @@ return [ 'requires' => [ 'crmUi', 'crmUtil', - 'ngRoute', ], 'settings' => [], 'basePages' => [], diff --git a/ext/afform/core/ang/afField.ang.php b/ext/afform/core/ang/afField.ang.php index 8d2f1c2aba..2e6bc7eff4 100644 --- a/ext/afform/core/ang/afField.ang.php +++ b/ext/afform/core/ang/afField.ang.php @@ -14,7 +14,6 @@ return [ 'requires' => [ 'crmUi', 'crmUtil', - 'ngRoute', ], 'settings' => [], 'basePages' => [], -- 2.25.1