generator-gulp-angular
generator-gulp-angular copied to clipboard
Scaffolding created through generator doesn't include latest angular bootstrap ui version it still point to ~0.13.4
bower.json should contain updated "angular-bootstrap": "~1.3.3" and not old "angular-bootstrap": "~0.13.4".

The version is quite old yes, PR are welcome
Hi, I generated a project a few days before a PR was made to fix this issue, is there a way to update my project to get this fix (I've made folder additions to the structure)? or can I simply remove the old angular bootstrap from bower.json and bower_components and run bower install --save angular-bootstrap ?
Yes you can remove older angular bootstrap from bower.json and bower_components and run command
bower install angular-bootstrap --save
thanks, will do that 👍