RohitRane123

Results 1 issues of RohitRane123

I followed the steps you mentioned in your guidelines inorder to include your carousel in my app This is script code var myApp = angular.module('MyApp', ['angular-carousel']); myApp.controller('MyController',function($scope){ }); And this...