博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
angularjs中ng-repeat插入图片
阅读量:5262 次
发布时间:2019-06-14

本文共 188 字,大约阅读时间需要 1 分钟。

<tr ng-repeat="item in datas" ng-module="datas">

  <td>

    <img class ="img" ng-src="{

{item.picurl}}">

  </td>

</tr>

可以使用ng-src来repeat图片

转载于:https://www.cnblogs.com/chenlw/p/9197426.html

你可能感兴趣的文章
CYQ.Data 快速开发之UI(赋值、取值、绑定)原理
查看>>
c# 版本控制关键字
查看>>
HDOJ 1061 Rightmost Digit
查看>>
[LeetCode] 221. Maximal Square
查看>>
word20161203
查看>>
Spinner在Dialog中的使用效果
查看>>
java学习之运算符
查看>>
jax-rpc、jax-ws和 axis、xfire的联系和区别
查看>>
vue配置element使用记录
查看>>
智慧解析第02课:放水
查看>>
线程的休眠和强制运行
查看>>
完全用 Linux 工作
查看>>
python脚本执行报错:SyntaxError: Non-ASCII character '\xe6' in file ip.py on line 4...
查看>>
Django在根据models生成数据库表时报 __init__() missing 1 required positional argument: 'on_delete'...
查看>>
EntityFramework走马观花之CRUD(下)
查看>>
sqlserver数据库方面的排序四大王
查看>>
C++命名空间
查看>>
2018年省赛热身赛第2场
查看>>
写在noi之前
查看>>
前端开发面试题3-笔试
查看>>