찾다

 >  Q&A  >  본문

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

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

巴扎黑巴扎黑2743일 전544

모든 응답(3)나는 대답할 것이다

  • 黄舟

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

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

    회신하다
    0
  • phpcn_u1582

    phpcn_u15822017-05-15 16:57:05

    ng-repeat에서는 다음 속성을 사용할 수 있습니다.

    • $인덱스

    • $첫번째

    • $중

    • $마지막

    • $even

    • $이상함

    또한 다음과 같은 명령이 있습니다:

    • ng-반복-시작

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

    회신하다
    0
  • 我想大声告诉你

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

    용ng-class

    회신하다
    0
  • 취소회신하다