thenikso/angular-flexslider

Number of images shown at once

Opened this issue · 0 comments

Hello, we have problem implementing flex with minItem as attr min-items="4", we need to show in one row 5 items and slide one by one no rotation. We see that in directive there is no case for minItems and startAt is ok, can you just try to make some flax with several images show at once and send me example , thank you.

if (attrKey === 'startAt') { options[attrKey] = $parse(attrVal)($scope); continue; }