angular-flexslider icon indicating copy to clipboard operation
angular-flexslider copied to clipboard

min-items, max-items

Open dfcarpenter opened this issue 10 years ago • 3 comments

Having issues getting min-items and max-items to work as attributes on the flex-slider directive. In the controller I am defining a test scope object ($scope.data) which contains some objects which have an id and url (pointing to images). I am using track by and can get the default slide behavior working as well as most properties except anything related to min and max items. The correct number of items are showing up in the DOM, but just not multiple items per slide. Is there a specific way I need to call these or structure my data?

dfcarpenter avatar May 19 '15 00:05 dfcarpenter

+1

It looks like min-items and max-items are ignored when the item-width has not been set Plunkr

vinaygopinath avatar Jun 12 '15 15:06 vinaygopinath

+1

morkov4o avatar Feb 06 '16 13:02 morkov4o

+1

baejina avatar Feb 22 '16 07:02 baejina