Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 53c94be

Browse files
committed
docs(readme): add clarity on angular requirement
* add note strongly recommending the use of Angular 1.3.18 or higher for UI Bootstrap 0.13.3 and higher due to animation fixes. Closes #4277 Closes #4278
1 parent afa8cdd commit 53c94be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Do you want to see directives in action? Visit http://angular-ui.github.io/boots
3030
Installation is easy as UI Bootstrap has minimal dependencies - only the AngularJS and Twitter Bootstrap's CSS are required.
3131
Note: Since version 0.13.0, UI Bootstrap depends on [ngAnimate](https://docs.angularjs.org/api/ngAnimate) for transitions and animations, such as the accordion, carousel, etc. Include `ngAnimate` in the module dependencies for your app in order to enable animation.
3232

33+
Additionally, it is srongly recommended that for UI Bootstrap 0.13.3 and higher you use Angular 1.3.18 or higher due to animation fixes.
34+
3335
#### Install with NPM
3436

3537
```sh

0 commit comments

Comments
 (0)