uploadcare / angular-uploadcare

Provides a directive for the Uploadcare widget.
MIT License
37 stars 16 forks source link

angular two way databinding not working for hidden fields #2

Closed Morpho closed 9 years ago

Morpho commented 9 years ago

It seems like the two way databinding with ng-model is not working, because its a hidden input field and angular doesnt provide support for hidden input fields. That way it is not very practicable for angularjs.

dmitry-mukhin commented 9 years ago

@Morpho do you think you can provide a patch for this? our hands are a bit tied up right now.

Morpho commented 9 years ago

https://github.com/uploadcare/angular-uploadcare/pull/3