I m trying to add ui.bootstrap dependency to my angular project (I m using yeoman, bower). I did this :
install the bower version that depends on the angular version that your project uses.
I first installed;
bower install angular-ui-bootstrap-bower#0.13.4
Then I added below to bower.json
"angular-ui-bootstrap-bower": "0.13.4"