search

Home  >  Q&A  >  body text

angular.js - The first item in the ng-repeat loop is displayed differently than the others

is a list loop, the first item needs to be displayed at the top, and the others below. I am currently using a template loop in one command, but it cannot be implemented. Please help

巴扎黑巴扎黑2863 days ago585

reply all(3)I'll reply

  • 黄舟

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

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

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-15 16:57:05

    The following attributes are available in ng-repeat:

    • $index

    • $first

    • $middle

    • $last

    • $even

    • $odd

    In addition, there are the following commands:

    • ng-repeat-start

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

    reply
    0
  • 我想大声告诉你

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

    用ng-class

    reply
    0
  • Cancelreply