ng-image-slider icon indicating copy to clipboard operation
ng-image-slider copied to clipboard

Starts the control with some selected index

Open isaacfi opened this issue 5 years ago • 3 comments

I've wanted a behavior where I can to specify some input property as default selected index image.

isaacfi avatar Jun 22 '20 23:06 isaacfi

@isaacfi You means there should be some property by which you can provide starting image index and on page load, ng-image-slider will show that image first rather than 0 index image?

sanjayV avatar Jul 24 '20 07:07 sanjayV

@isaacfi @sanjayV this PR #96 may help you.

bojjakaseenadhreddy avatar Dec 15 '20 19:12 bojjakaseenadhreddy

@isaacfi Using latest version (2.8.0), you can use input defaultActiveImage for set default selected image on load You can also change images order, by providing order with images url

more details available here: https://www.npmjs.com/package/ng-image-slider

sanjayV avatar Apr 26 '21 06:04 sanjayV