angularjs-autocomplete
angularjs-autocomplete copied to clipboard
ngSanitize required: devDependencies vs dependencies
Hello,
If I try to install angularjs-autocomplete using Bower, I have an error when launching the app: ngSanitize is missing.
I checked your code and in your bower.json: you indicate angular and angular-sanitize as devDependencies, it should be in the dependencies.
Cheers,