You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
When I set these to an actual number, it works fine.
"min-tags='1'" --> works
"max-tags='3'" --> works
But, when I bind these to a variable in the $scope, they dont work.
$scope.min_limit=1;
$scope.max_limit=3;
"min-tags='min-limit'" -> does not work
"max-tags='max-limit'" -> does not work
This always results in the validation error for minTags/maxTags being true.
The text was updated successfully, but these errors were encountered: