suchen

Heim  >  Fragen und Antworten  >  Hauptteil

angular.js - ng-repeat循环第一条和其他的显示不一样

就是一个列表循环,第一条需要置顶显示,然后其他的在下面。我现在一个指令用了一个模板循环,实现不了啊,求救

巴扎黑巴扎黑2742 Tage vor540

Antworte allen(3)Ich werde antworten

  • 黄舟

    黄舟2017-05-15 16:57:05

    http://stackoverflow.com/questions/19635636/first-in-ngrepeat

    Antwort
    0
  • phpcn_u1582

    phpcn_u15822017-05-15 16:57:05

    在ng-repeat中有如下属性可用:

    • $index

    • $first

    • $middle

    • $last

    • $even

    • $odd

    另外还有如下指令:

    • ng-repeat-start

    • ng-repeat-end
      参考:http://stackoverflow.com/questions/23627658/problems-with-ng-repeat-start

    Antwort
    0
  • 我想大声告诉你

    我想大声告诉你2017-05-15 16:57:05

    用ng-class

    Antwort
    0
  • StornierenAntwort