- <ion-view>
- <ion-content scroll="false">
- <div style="text-align: center;font-size: 20px;font-family: '微软雅黑';font-weight: bold;opacity: 0.6;margin-top: 5%;">测试数据表格汇总</div>
- <button ng-click="doRefresh()" class="button button-calm button-small" style="font-weight: bold;font-size: 14px;font-family: '微软雅黑';margin: 5% 0 5% 5%;">刷新任务</button>
- <ion-scroll direction="y" class="pList-scroll">
- <ion-refresher pulling-text="下拉刷新" on-refresh="doRefresh()"></ion-refresher>
- <ion-list>
- <ion-item ng-repeat = "excal in excals" href="#/line">
- {{excal.list}}
- </ion-item>
- </ion-list>
- </ion-scroll>
-
- </ion-content>
- </ion-view>
|