angularjs - Add Angular-ui through bower -


i'd use angular-ui filters package , i'd install through bower. i've run bower install --save angular-ui installs , inserts bower.json file.

unfortunately doesn't seem import files project. i've got ui.bootstrap in there, can't find instructions install filters part.

i've seen issues folder exists in bower_components , bower assumes there , doesn't add files.

bower uninstall angular-ui

check angular-ui folder isn't in bower-components , if delete it.

bower install angular-ui --save


Comments