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.

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

@narensingh008

Description

@narensingh008

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>

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