Hi,
How can I make a ion-item scrollable? I have got an ion-list that is similar like the following list:
<ion-list> <ion-item ng-repeat="item in items"> </ion-item> </ion-list>
The ion-list is scrollable by default. But how can I make a ion-item scrollable. Thanks in advance!