nested table using ng-repeat

后端 未结 2 1370
梦毁少年i
梦毁少年i 2020-12-17 19:44

What I\'m trying to do is repeat three levels.

Demo: http://plnkr.co/edit/qXLcPHXDlOKZYI5jnCIp?p=preview

2条回答
  •  爱一瞬间的悲伤
    2020-12-17 20:13

    you will want to use the new ng-repeat-start and ng-repeat-end directives which were added in Angular 1.2. see the doco for examples.

    http://docs.angularjs.org/api/ng.directive:ngRepeat

提交回复
热议问题