Skip to content

Commit

Permalink
Merge pull request #238 from TAMULib/2.x-aria-describedby_vs_labelledby
Browse files Browse the repository at this point in the history
Revert binding change due to inconsistent API.
  • Loading branch information
jcreel committed Jul 10, 2023
2 parents 7103fdd + c566329 commit 25a82f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/directives/validatedSelectDirective.js
Expand Up @@ -18,7 +18,7 @@ core.directive("validatedselect", function () {
"change": "&",
"validations": "=",
"results": "=",
"hint": "@"
"hint": "="
},
link: function ($scope, element, attr) {

Expand Down

0 comments on commit 25a82f3

Please sign in to comment.