Open jaboy1409 opened 8 years ago
Fix #66
Thanks for the PR jaboy1409 :-)
:+1:
@jaboy1409 as this is a PR, you should change
+Download package(until merged into master)
```sh
-bower install angular-advanced-searchbox
+npm install
by
```sh
-bower install angular-advanced-searchbox
+npm install angular-advanced-searchbox --save
Hi @jaboy1409 ,
thanks for your pull request. But removing bower
is not an option as this library is still deployed to bower.
Hi @dnauck , Bower is deprecated
, so why not ?
-> Migration Path
Saves needing to install bower to use this as a dependency.
npm install is now all you need to run.