Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Binding to min-tags and max-tags #880

Open
X3Technology opened this issue Mar 11, 2019 · 0 comments
Open

Binding to min-tags and max-tags #880

X3Technology opened this issue Mar 11, 2019 · 0 comments

Comments

@X3Technology
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant