I am new to AngularJS I have implemented a simple slideshow application using angular-carousel.
But when I click on the bullet item, it is throwing an error like 'type error: e.assign function is not'.
I got the answer. RN-Carousel-Index, That's why I got this error. When you want to use the indicator in the carousel, use some variables in the RN-Carousel-index = 'Carousel index' and in the indicator you need to define a value in its controller. . $ scope.carouselIndex = 0 or 1
No comments:
Post a Comment