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.

Not compatible with breeze as it is #890

@mos379

Description

@mos379

When using angularjs 1.2.x and breeze 1.7.1 it is not possible to correctly use the lib because of the following.
tagsInput.addTag(angular.copy(suggestionList.selected));

By copying the object it is no longer the same entity and therefore will not be recognized as the same when adding it to another object/entity.

Removing the copy solves this issue.
tagsInput.addTag(suggestionList.selected);

I know this is no linger maintained, but I thought I leave this here for anyone else maintaining an older installation...
I couldn't find a reason for the copy, maybe someone knows?

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