Swiip / generator-gulp-angular

Yeoman generator for AngularJS with GulpJS [UNMAINTAINED next iteration is FountainJS]
http://fountainjs.io
3.72k stars 665 forks source link

Scaffolding created through generator doesn't include latest angular bootstrap ui version it still point to ~0.13.4 #1139

Open BhagyashriK opened 8 years ago

BhagyashriK commented 8 years ago

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

Swiip commented 8 years ago

The version is quite old yes, PR are welcome

elimence commented 8 years ago

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 ?

BhagyashriK commented 8 years ago

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

elimence commented 8 years ago

thanks, will do that 👍