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

carousel: start and close events eventually stop firing. #6584

Open r3wt opened 7 years ago

r3wt commented 7 years ago

The issues forum is NOT for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.

Bug description:

after one iteration of the slides, the events stop firing. based on an example provided by one of @wesleycho to listen to slide start/end transition events.

Link to minimally-working plunker that reproduces the issue:

http://plnkr.co/edit/brDxq4ozPxxLZepcYpuJ

Steps to reproduce the issue:

open console and observer that the events stop firing.

Version of Angular, UIBS, and Bootstrap

Angular: 1.6.4 UIBS: 2.5.0 (angular-bootstrap from bower) Bootstrap: not applicable