I'm just getting into angularJS and already love it. I've written a website locally that will allow me pull data from JSON files(created automatically with external scripts) to display data in realtime on different pages. I'd like to create a sliding carousel that will display this info that I'm pulling in with angularJS.

Unfortunately all of the carousel templates I've seen consist of just accessing stored images. Is there a way to use a carousel slider to display data versus just an image?

有帮助吗?

解决方案

I have had great success with the jQuery plugin cycle2.

Here is a demo of, I think, what you are trying to achieve.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top