1

In my plnkr OwlCarousel is working perfectly.

But when I get data from my MVC controller on that time OwlCarousel not showing desired result.

In my MVC controller(TestController) have a method "GetJsonResult" which is given into my plnkr in the name of "MVCController".

I took data from my MVC controller(TestController) using angularJS HTTP get request. That code also given into the plnkr in the name of "UsingAngularJS_App"

After took that data into my angularJS controller, I send it to OwlCarousel in same way but I can't get my desired output.

1 Answer 1

1

delete :: from(::mySubject) your second ng-repeat

<data-owl-carousel 
class="owl-carousel" 
data-options="{navigation: false, pagination: true, rewindNav : false}">

            <div owl-carousel-item="" ng-repeat="item in **mySubject**" class="item">
                <p>{{::item}}</p>
            </div>
        </data-owl-carousel>
Sign up to request clarification or add additional context in comments.

1 Comment

thanks bro for your help. I got another solution with some customize option. Link is here : link

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.