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 was archived by the owner on May 29, 2019. It is now read-only.
I have a seed application that incorporates angular-ui/bootstrap, angular-ui, among other implementations to showcase a more holistic set of angular capabilities (and at some point best practices).
I load the carousel exactly as you specify in the example, with the exception that the controller is specified via route (made identical changes to scope in the correct place).
The slide widget loads with no picture and no animation but with arrows showing, as long as the cursor is not over the widget. Once the cursor is moved off and back onto the widget, the animations "catch up" by at least two slides, and then pause.
The manual traverse always works.
I have a sense this is related to partials/dom parsing.