0

Whats the difference between angular-ui-bootstrap and ui-bootstrap?

Because when i did bower install ui-bootstrap many files came like Dropdown,Accordian.But no js link of main bootstrap and when i did bower install angular-bootstrap only js i got. i'm bit confused whether both are same or different or linked somehow...please help how to use ui-bootstrap which has many plugins like accordian

1
  • angular-bootstrap is bower repository for ui-bootstrap and is updated with original code repo. I think the bower repos are created to get only required files in bower and not whole bunch of unwanted files used for dev Commented May 22, 2017 at 7:24

1 Answer 1

2

This is official documents page: https://github.com/angular-ui/bootstrap

This is: How to install https://github.com/angular-ui/bootstrap#installation

Install with NPM

$ npm install angular-ui-bootstrap

This will install AngularJS and Bootstrap NPM packages.

Install with Bower

$ bower install angular-bootstrap
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.