嗯,我知道有了内容,你可以滚动到顶部。
http://ionicframework.com/docs/v2/api/components/content/Content/#scrollToTop
但是,我有这样的离子滚动指令:
<ion-scroll scrollY="true" class="detail-cause">
<h2>{{product.name}}</h2>
<div [innerHtml]="product.body"></div>
</ion-scroll>
如何才能将此离子滚动指令滚动到顶部?
谢谢,