标签:lan span 加载 blank lis get 加载更多 数据 targe
1)模版循环在之前的随笔中已经说过,使用挺简单的 http://www.cnblogs.com/tujia/p/6078217.html
简单来说就是控制器输入一个数据变量,模版里用ng-repeat属性来循环就可以了
<ion-list>
<ion-item ng-repeat="item in lists">
Hello, {{item.uname}}!
</ion-item>
</ion-list>
2)
标签:lan span 加载 blank lis get 加载更多 数据 targe
原文地址:http://www.cnblogs.com/tujia/p/6148430.html