/ngImgCache

Image Caching for Angular JS (imgcache.js)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

ngImgCache

Image Caching for Angular JS (imgcache.js)

Usage

Add Script to index.html

<script src="js/services/ngImgCache.js"></script>

Add directive to <img /> tag

<img ng-cache ng-src="{{data.image}}" />