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

The image src should be ng-src for angular #56

Open ZhiguoZhang opened 6 years ago

ZhiguoZhang commented 6 years ago

Request will be send like this: somedoamin.com/%7B%7B%20item%20%7D%7D After decode, you can find: %7B%7B%20item%20%7D%7D is {{item}}, after this fix, the error will be gone. Even on liveDemo you can find error also.