From 87b639d1108cee982383f357e1dc3142ad51dd00 Mon Sep 17 00:00:00 2001 From: Daniel Gornstein Date: Wed, 17 Feb 2016 07:12:26 -0800 Subject: [PATCH] chore(readme): Update installation notes Note that the carousel requires ngTouch for swiping. Closes #5499 Closes #5500 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d96bcf51c..03b73a701c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ Are you interested in Angular 2? We are on our way! Check out [ng-bootstrap](htt # Installation Installation is easy as UI Bootstrap has minimal dependencies - only the AngularJS and Twitter Bootstrap's CSS are required. -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. +*Notes:* +* 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. +* UI Bootstrap depends on [ngTouch](https://docs.angularjs.org/api/ngTouch) for swipe actions. Include `ngTouch` in the module dependencies for your app in order to enable swiping. ## Angular Requirements * UI Bootstrap 1.0 and higher _requires_ Angular 1.4.x or higher and it has been tested with Angular 1.4.8.