angularjs-imageupload-directive icon indicating copy to clipboard operation
angularjs-imageupload-directive copied to clipboard

AngularJS imageupload-Directive Demo

Results 32 angularjs-imageupload-directive issues
Sort by recently updated
recently updated
newest added

I have image size 230kb and and i'm resizing it's on width : 1920 and height 1080, but it's taking about 5 minutes to resize or some time it's kill...

Now that bower is going away:- https://bower.io/blog/2017/how-to-migrate-away-from-bower/ Would it be possible to publish this component to the global npm registry? That will help those who move away from bower to...

This code fixes a bug where previously the height exceeded the max height for some rectangles.

Cover mode provides the possibility to resize the image (maintaining its original ratio) to cover a certain framesize. (Similar to the CSS background-size: cover; property) The user also has the...

If multiple images are selected, all of them had the same base64 URL and it was the last selected image's URL. Fixed this by adding them to queue.

`Error: [$injector:unpr] http://errors.angularjs.org/1.2.27/$injector/unpr?p0=aProvider%20%3C-%20a%20%3C-NaNmageDirective at Error (native) at http://www.example.com/min/admin-production.min.js:19:10395 at http://www.example.com/min/admin-production.min.js:19:25331 at Object.c [as get] (http://www.example.com/min/admin-production.min.js:19:24402) at http://www.example.com/min/admin-production.min.js:19:25405 at c (http://www.example.com/min/admin-production.min.js:19:24402) at Object.d [as invoke] (http://www.example.com/min/admin-production.min.js:19:24617) at http://www.example.com/min/admin-production.min.js:19:29463 at f (http://www.example.com/min/admin-production.min.js:19:10732)...

This is an awesome plugin, but I found that the 'type' variable maybe is wrong, in the line 26 is this code: var type = options.resizeType || 'image/jpg'; and I...

A small fix for the incorrect mime type image/jpg #23

Wrong mime type - "image/jpg" instead correct "image/jpeg". It's bug leads to save png format by default in Chrome.