I want to show informations with an array of list card managed by ng-repeat, but when I load the page for the first time, the view is statics,it seems it’s only the first page and i can’t navigate with the mouse scroll or the browser scroll bar; this issue disappears when i reload the page.
(I use live preview of Brackets and Ripple for device emulation)
Anyone knows the cause? should I programmatically reload the page and what would be the correct code for that?
<div class="list card" style="margin-top:50px" ng-repeat="singular in multiples">
....
</div>
Can you explain what do you mean for ‘section’? Because if I understand correctly, you duplicate the div content, but I want a ‘best practise’ method. Thanks.
Sorry, I couldn’t see the html tag here and I couldn’t know what did you say about ion-content. Fortunately I’ve just seen the complete answer in the email that ionic sent to me. Thanks, I will try it soon.