angular-vs-repeat icon indicating copy to clipboard operation
angular-vs-repeat copied to clipboard

Item size not known up front

Open anshckr opened this issue 8 years ago • 1 comments

Is this implementation extensible for list items whose size is not known up front? I have a scenario where my item sizes are not known until the list is rendered.

anshckr avatar Mar 08 '16 12:03 anshckr

Yep: https://github.com/kamilkp/angular-vs-repeat#optional-parameters-attributes

vs-autoresize - use this attribute without vs-size and without specifying element's size. The automatically computed element style will readjust upon window resize if the size is dependable on the viewport size

benjamincharity avatar Oct 03 '16 19:10 benjamincharity