angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Compatibility between Bootstrap and AngularJS #6630

Open erperejildo opened 6 years ago

erperejildo commented 6 years ago

I'm creating a carousel on my site but I can't install latest version of Bootsrap.

Let's have a look to the documentation regarding this:

AngularJS (requires AngularJS 1.4.x or higher, tested with 1.6.1). 0.14.3 is the last version of this library that supports AngularJS 1.3.x and 0.12.0 is the last version that supports AngularJS 1.2.x.

So according with this I'd need at least 1.6.1, because I'm using Angular 1.6.6 (don't think is too much different between 1.6.1 and 1.6.6), but I get this error when I try to install that version:

[INFO] npm ERR! notarget 0.1.10, 0.1.9, 0.1.8, 0.1.6, 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0, 0.0.27, 0.0.26, 0.0.25, 0.0.24, 0.0.23, 0.0.22, 0.0.21, 0.0.20, 0.0.16, 0.0.15, 0.0.14, 0.0.13, 0.0.12, 0.0.11, 0.0.10, 0.0.9, 0.0.8, 0.0.7, 0.0.6, 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1

I found the example of what I want to do: https://codepen.io/Fabiano/pen/LACzk

That works like a charm but if I change on that example the AngularJS version to 1.6.6 can't find the correct Bootstrap version to get this working