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

allow-dblclick-to-edit not working in ng-repeat #891

Open
narensingh008 opened this issue Jul 7, 2020 · 0 comments
Open

allow-dblclick-to-edit not working in ng-repeat #891

narensingh008 opened this issue Jul 7, 2020 · 0 comments

Comments

@narensingh008
Copy link

Here is my code.

<div ng-repeat="row in ui.data.Lables.Options"> <tags-input ng-id="{{row.LableID}}" ng-model="row.Tags" add-on-enter="true" allow-dblclick-to-edit="true" min-length="0" placeholder="[L:Addatag]" display-property="Tag" on-tag-added="addTag($tag, row)" on-tag-removed="removeLable($tag, row)" input-split-pattern="\s|,"> </tags-input> </div>

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