Ng-Repeat array to rows and columns

前端 未结 5 1819
梦谈多话
梦谈多话 2021-02-04 06:45

Thanks for taking the time to read this, I was wondering how I might be able to use ng-repeat to create a grid like box of options. I would like to take an array repeat nth num

5条回答
  •  不知归路
    2021-02-04 07:30

    This is more a styling/markup problem than an AngularJS one. If you really want to, you can do:

    
        {{value}}

    http://jsfiddle.net/JG3A5/

提交回复
热议问题