From: Galen Charlton Date: Thu, 23 Jan 2020 14:53:22 +0000 (-0500) Subject: can't use strong.match(/regex/) in Angular templates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=74e65d311beab6dfefd6ad0af435ac3f4afcf8de;p=working%2FEvergreen.git 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 --- 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 @@ -
+