champloo11 / ng-easy-image-crop

Angular Directive for Easy Server-Side Image Cropping. Handles both original image and scaled image dimensions.
18 stars 3 forks source link

background image url http request #4

Closed szkrd closed 9 years ago

szkrd commented 9 years ago

make sure the background (loader and main) is not used before it is set

/%7B%7BimgSrc%7D%7D 404 (Not Found)

champloo11 commented 9 years ago

Fixed, moved into the already existing watch on bgImage and removed it from the directive source. Thanks for the report.