我正在使用Ionic来构建应用。我有这个代码来加载基于从远程站点提取的数据的按钮。当视图最初加载时,我有一个按钮元素,使用ng-repeat来显示每个pdf链接。当应用程序正在提取数据时,它会显示一个空白按钮。如何隐藏或从视图中删除它?或者有没有办法让按钮在呈现数据之前不呈现?感谢
<div class="centerButtons">
<button class="benchmark" ng-repeat="pdf in pdfArray" ng-click="pdfOpen.link('https://docs.google.com/viewer?url={{ pdf.link }}')">
{{ pdf.title }}
<button>
</div>
答案 0 :(得分:0)
你可以有两种方法
1.在获取数据之前使用离子加载程序$ionicLoading.show
使用$ionicLoading.hide()