mihnsen / ui-carousel

A simple, lightweight module for carousel in your AngularJS app, Inspired from slick carousel.
http://mihnsen.github.io/ui-carousel/
MIT License
77 stars 67 forks source link

item width undefined on init issue resolved #25

Open neha1908 opened 7 years ago

neha1908 commented 7 years ago

On initTrack method _this.itemWidth was undefined thats why initialSlide attribute was not working as required.

neha1908 commented 7 years ago

@mihnsen Can you please review and suggest.