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.