angularjs-imageupload-directive
angularjs-imageupload-directive copied to clipboard
Fixed multiple images base64 error
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.