如何在ionic2中制作离子滚动scrollToTop()?

时间:2016-07-31 02:05:53

标签: javascript ionic2

嗯,我知道有了内容,你可以滚动到顶部。

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>

如何才能将此离子滚动指令滚动到顶部?

谢谢,

0 个答案:

没有答案