I'm very new to AngularJS. Please let me know how can I use BOTH Angular-UI and Bootstrap-UI in the same page (application).
OR
How can I use just the Angular-UI (which I supposed to be the parent of bootstrap-UI) but having Bootstrap-UI functionality?
UPDATE ( Solution )
I'm not allowed to answer my question so, I put the solution here...
angular.module('app', ['ui','ui.bootstrap']);