Looking for a solution to display elements on my page with ng-repeat in a carousel-like fashion. Each element should have a photo, short description, and reveal a long description on click. It's important that it's mobile-friendly so users can swipe horizontally.
This is the first time I'm seeking help here, usually I find answers on stackoverflow but this time I'm stuck.
I came across some modules like angular-slick that might work, but they seem to have a lot of code and rely on jQuery. I've read that it's best to avoid using jQuery in AngularJS projects if possible.
Is there an easy, "angular" way to achieve this without relying on jQuery?