generator-gulp-angular icon indicating copy to clipboard operation
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

Open BhagyashriK opened this issue 9 years ago • 4 comments

bower.json should contain updated "angular-bootstrap": "~1.3.3" and not old "angular-bootstrap": "~0.13.4". bootstrap-ui

BhagyashriK avatar Jun 03 '16 07:06 BhagyashriK

The version is quite old yes, PR are welcome

Swiip avatar Jun 03 '16 07:06 Swiip

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 ?

elimence avatar Jun 05 '16 10:06 elimence

Yes you can remove older angular bootstrap from bower.json and bower_components and run command bower install angular-bootstrap --save

BhagyashriK avatar Jun 06 '16 07:06 BhagyashriK

thanks, will do that 👍

elimence avatar Jun 06 '16 09:06 elimence