Most modern mobile touch slider for angular js
npm install angular-ui-swiperThis is an angular implementation of http://idangero.us/swiper/get-started/
This requires no dependencies and written entirely in angular! ( That means no swiper install or jquery install necessary )
If you want to configure the swiper just apply the options as attributes to the swiper directive.
A reference to the swiper api can be found here : http://idangero.us/swiper/api/
This module also works with webpack and es6.
bower install angular-ui-swiper
ORnpm install --save-dev angular-ui-swiper
````
OR`
Sample Usage :
`
Slide1
Slide2
``For more examples you can look at the demo page.