allmighty-autocomplete
allmighty-autocomplete copied to clipboard
Doesn't specify angular.js as a dependency - breaks bower_concat
When grabbing allmighy-autocomplete through bower, it isn't friendly and doesn't declare angular as a dependency. This causes grunt bower_concat to place allmighty-autocomplete before angular - causing some confusing errors when you load the page a la angular not defined
.
Fix is easy enough - update bower.json to include angular ^1.0.0 as a dependency