Files
vczero.github.io/tuban/views/index/article.html
T
2014-12-26 17:02:29 +08:00

7 lines
274 B
HTML

<!--右边-->
<div class="fr index_container_right FFFcolor text_center">
<div ng-repeat="item in items">
<img ng-src="{{item.link}}" ng-src="{{item.img}} || img/fengjing_1.png"/>
<a ng-href="#/article/{{item._id}}"><span ng-bind="item.title"></span></a>
</div>
</div>