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}}" />