RohitRane123

Results 3 comments of RohitRane123

Yes.. I fixed the error I had to rewrite my module definition as : angular.module('MyApp', ['angular-carousel']) .controller('MyController',function($scope){ });

I thought the issue was resolved but it's its not. It just that in the html tag when I changed the directive name from rn-carousel to rnCarousel the error went...

Actually I needed it for a project to be deployed in crunch time. So, I switched to another jQuery based carousel. But, I'll try and reproduce the issue in plunker...