mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
demo(collection-repeat): make item height look better
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
<div class="list">
|
||||
<div class="item"
|
||||
collection-repeat="item in items"
|
||||
ng-style="{height: getItemHeight($index)}"
|
||||
collection-item-height="getItemHeight($index)">
|
||||
{{item}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user