Angular Custom Autostart

I am using angular 1.3.0, angular animate and angular ui-bootstrap.

I am trying to create a carousel using the code:

<carousel>
  <slide ng-repeat="slide in slides">
    <ul class="list studies live-studies md-study">
      some code goes here
    </ul><!-- /.list -->
  </slide>
</carousel>

      

Description of the problem: If I press the previous or next button to speed up. Flash the same way as a camera flash. Slide to hide and come back after a while.

Looks like a ui break.

I've been looking for something similar https://github.com/angular-ui/bootstrap/issues/1273 but can't figure out what to do.

+3


source to share





All Articles