angular-imgcache.js
angular-imgcache.js copied to clipboard
Incorrect location in readme
<script src="bower_components/angular-imgcache.js/angular-imgcache.js"></script>
should be
<script src="bower_components/angular-imgcache/angular-imgcache.js"></script>
the folder for angular-imgcache doesn't have a .js extension but imgcache does.