码迷,mamicode.com
首页 > 其他好文 > 详细

ng-repeat不添加容器标签

时间:2017-11-19 16:34:20      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:chapter   width   play   isp   额外   text   span   style   alc   

如UL中的循环, 我们不期望添加额外的div之类的容器标签, 使用ng-repeat-startng-repeat-end可以实现

      <li class="item item-icon-right" ng-repeat-start="chapter in chapterClass.chapters">{{chapter.chapter_name}} <span style="display: inline-block;float: right;">{{chapter.user_finished}}/{{chapter.totalclass}}</span><i class="icon ion-ios-arrow-right"></i></li>
      <li class="item item-text-wrap" ng-repeat-end>
        <div class="row">
          <div><img width="100%" ng-src="{{chapterClass.img_url}}" alt=""></div>
        </div>
      </li>

ng-repeat不添加容器标签

标签:chapter   width   play   isp   额外   text   span   style   alc   

原文地址:http://www.cnblogs.com/wancy86/p/7860131.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!