uploadcare / angular-uploadcare

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

option for custom class name and input file wording #11

Closed mez closed 9 years ago

mez commented 9 years ago

A way to say for example...

input(data-classname='btn btn-block' data-wording="Choose Profile pic")

Which would result in a button element with the css class and wording would be a cool enhancement.

Great directive btw!

dmitry-mukhin commented 9 years ago

@mez,

  1. wording is changed via custom locale
  2. not sure what you mean about css class. you control class of input element, widget button may be selected unambiguously

does this answer your questions?

mez commented 9 years ago

Yes thank you!