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

Binding to min-tags and max-tags #880

@X3Technology

Description

@X3Technology

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions