From 74e65d311beab6dfefd6ad0af435ac3f4afcf8de Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 23 Jan 2020 09:53:22 -0500 Subject: [PATCH] can't use strong.match(/regex/) in Angular templates ... so in this case, switch to startsWith() and endsWith(). See https://github.com/angular/angular/issues/6419 Signed-off-by: Galen Charlton --- .../src/app/staff/acq/search/acq-search-form.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html index 654e4293af..9b22f4680c 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html @@ -56,14 +56,14 @@ -
+