From c566329f3c034c5a6b568770c4e1dfefffec1415 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 10 Jul 2023 11:18:13 -0500 Subject: [PATCH] Revert binding change due to inconsistent API. The expected and intended design is unclear. Revert the binding change so that another issue can be used to follow and address it in greater detail. The issue created is: https://github.com/TAMULib/Weaver-UI-Core/issues/237 . --- app/directives/validatedSelectDirective.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/directives/validatedSelectDirective.js b/app/directives/validatedSelectDirective.js index bd297ac0..fcb3de31 100644 --- a/app/directives/validatedSelectDirective.js +++ b/app/directives/validatedSelectDirective.js @@ -18,7 +18,7 @@ core.directive("validatedselect", function () { "change": "&", "validations": "=", "results": "=", - "hint": "@" + "hint": "=" }, link: function ($scope, element, attr) {