You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ng-flow package to upload images. After user uploads image, i open bootstrap modal in which user does the cropping.
Here is sample of my code.
the image upload part:
When i upload an image, modal opens and i do the cropping. After that i close the modal and the cropped image appears in the img with ng-src="{{outputImageNew}}". But if i do this process several times, when modal opens i can see the previous uploaded image in my modal for a moment(or images, changing very quickly, if i repeat the process several times). Sometimes the image doesn't even appear in modal, it only shows the last uploaded one.
The text was updated successfully, but these errors were encountered:
I am using ng-flow package to upload images. After user uploads image, i open bootstrap modal in which user does the cropping.
Here is sample of my code.
the image upload part:
the cropping modal:
code from my controller:
When i upload an image, modal opens and i do the cropping. After that i close the modal and the cropped image appears in the img with ng-src="{{outputImageNew}}". But if i do this process several times, when modal opens i can see the previous uploaded image in my modal for a moment(or images, changing very quickly, if i repeat the process several times). Sometimes the image doesn't even appear in modal, it only shows the last uploaded one.
The text was updated successfully, but these errors were encountered: