You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Readme.md contains this under "Installation"
"Note: Since version 0.13.0, UI Bootstrap depends on 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."
I think it should also mention that ngTouch is required if you need swipe to work with carousel.
Br,
Markku
The text was updated successfully, but these errors were encountered:
Carousel is using
ng-swipe-right
andng-swipe-left
which are from ngTouch modulehttps://github.com/angular-ui/bootstrap/blob/master/template/carousel/carousel.html
https://docs.angularjs.org/api/ngTouch/directive/ngSwipeRight
Readme.md contains this under "Installation"
"Note: Since version 0.13.0, UI Bootstrap depends on 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."
I think it should also mention that ngTouch is required if you need swipe to work with carousel.
Br,
Markku
The text was updated successfully, but these errors were encountered: