angular-placeholders
angular-placeholders copied to clipboard
Bower version not properly installed
When installed using bower install angular-placeholders the files are downloaded into the right place (e.g. /app/bower_components/angular-placeholders) but they are not properly loaded/inserted in the index.html. The reason for this is, that the final script files must reside in the module's root directory (see above) and not in some subdirectory like src/img/img.js. Afaik that's a well known problem in the bower ecosystem.