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.
@deryl27 Are you using "CarouselController as carouselCtrl"? Using the same controller name as ui.bootstrap causes problems. I was seeing the exact same error, switched the name of my controller, and the problem went away.
Should be noted that we are in the process of implementing namespaces for each controller using uibFoo for controller names, which should eliminate this problem by the time we hit 1.0 - this is being tracked by #4373.
If this is not the issue, what is posted here is not enough information to go by - closing under the assumption that the former is the case, feel free to post a reproduction via Plunker if it is not the case and there is more information to allow us to assist.
I am using ui.bootstrap.carousel with ui.router having nested views.
Error : carouselCtrl.addSlide is not a function
The text was updated successfully, but these errors were encountered: