You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: