Closed imevro closed 9 years ago
It seems to be unrelated to AngularJS changes. What exactly does not work?
Can you provide an example?
Is this expected Angular behavior? Seems like a weird err on it's part.
I update plunk: http://plnkr.co/edit/bAPqi7268lJJoKe7PyH5?p=preview
As you see in DOM, data-multiple
saved in div
and input
.
Well, the problem is with directive, not arbitrary DOM elements.
OK, I don't know angular at all, so please double check this.
If you can verify that this works for you too, we'll change directive behavior to not using replacement.
Now it working fine, thanks!
Probably because AngularJS changes
data-multiple="multiple"
to"multiple="multiple"
and uploadcare widget receives incorrect option.