thenikso / angular-flexslider

AngularJS directive to use Woothemes' FlexSlider jQuery plugin.
MIT License
189 stars 100 forks source link

Number of images shown at once #74

Open vladanPro opened 9 years ago

vladanPro commented 9 years ago

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; }