我想以编程方式显示离子复习器。例如,在第一页加载我加载数据并想要显示离子复习器。我还没有在_beginRefresh中找到任何功能。此函数将触发刷新,但不会在复习元素上设置样式属性TOP。因此它隐藏在净资产值背后。
目前我已经创建了一个肮脏的解决方法。
<md-button (click)="addPosition()" md-no-ink class="md-primary">Add new position</md-button>
我想知道是否有更好的方法。 感谢
答案 0 :(得分:0)
好的,我找到了更好的方法......
@ViewChild(Content) ContentDashboard: Content;
this.RefresherDashboard._top = this.ContentDashboard.contentTop.toString() + 'px'
this.RefresherDashboard._beginRefresh()