angular.js ng-repeat for creating grid

后端 未结 11 2022
终归单人心
终归单人心 2020-11-30 03:22

I\'m trying to create a grid using bootstrap 3 and angularjs.

The grid I\'m trying to create is this, repeated using ng-repeat.

11条回答
  •  北海茫月
    2020-11-30 03:23

    Using ng-repeat-start and ng-repeat-end

    {{item}}

    Easy to adapt for different media query using .visible-* classes

    {{item}}

    I find clear and concise to have row management logic outside of the main repeat block. Separation of concerns :-)

提交回复
热议问题