Angular directive for downloading images as blobs.
Especially useful when used with ng-file-upload.
angular-img-dl-url
- URL of the image that should be downloadedangular-img-dl-model
- The scope variable where the image blob will be stored
<div ngf-background="blob"
angular-img-dl angular-img-dl-url="{{ demourl }}" angular-img-dl-model="blob">
</div>