Is ist a good idea to use AngularUI bootstrap integration?

I wanted to start a little test project with twitters bootstrap. To bring it all together I wanted to try out AngularJS, maybe together with requirejs as AMD solution. I saw there is a AngularJS bootstrap integration and I was asking myself if it's a good idea to use that instead of using the plain AngularJS and bootstrap aside.

Are there any benefits or should I use these two separately? Can I use AngularUI together with bootstrap?

  • Angular comes with directives and modules, so no other AMD solution necessary
  • I find Bootstrap particularly good for the CSS and for that it works great with Angular (which does only JavaScript and HTML generation)
  • If you find the JavaScript part of Bootstrap useful and you're using Angular, then by all means go for AngularJS Bootstrap integration