boneskull / angular-tags

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
MIT License
133 stars 32 forks source link

Nullifies rest of model #37

Closed kliolios closed 10 years ago

kliolios commented 10 years ago

I am using angular-tags in parallel with angular-xeditable form in a modal for an array that is part of an object ("asset.keywords"). When I add tags it saves the updated version of keywords but erases all the other member data of "asset". (for example "asset.name") Does this sound familiar? Any idea why?

Thanks and gr8 job Dino

boneskull commented 10 years ago

yikes. will look into it. could you provide example code?

On May 14, 2014, at 19:04, "Konstantinos (Dino) Liolios" notifications@github.com wrote:

I am using angular-tags in parallel with xeditable for an array that is part of an object (asset.keywords). When I add tags it saves the updated version of keywords but erases every other member data of asset. Any idea why?

Thanks and gr8 job Dino

— Reply to this email directly or view it on GitHub.

kliolios commented 10 years ago

Doh,

Totally unrelated. Just bad timing. Sorry about that. Close or even delete the ticket.

Once again awesome job. Dino