allmighty-autocomplete icon indicating copy to clipboard operation
allmighty-autocomplete copied to clipboard

Doesn't specify angular.js as a dependency - breaks bower_concat

Open mshenfield opened this issue 9 years ago • 0 comments

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

mshenfield avatar Jun 06 '15 21:06 mshenfield