JustGoscha / allmighty-autocomplete

Simple to use autocomplete directive in a module for AngularJs!
MIT License
392 stars 232 forks source link

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

Open mshenfield opened 9 years ago

mshenfield commented 9 years ago

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