如何使用Angular.js在另一个ng-repeat内设置ng-repeat过滤器

时间:2013-01-30 15:32:25

标签: javascript angularjs

我想通过仅显示当前月份的结果来设置第二个ng-repeat的过滤器以处理第一个ng-repeat。 bookingsbooking.monthDatemonth

类似

感谢您使用Angular.js帮助您获得最佳实践

       .dataContainer{"ng-repeat"=>"month in months"}
          %h2
            %span.monthResa {{month}}

          .monthDetailContainer
            .fiche-inner{"ng-repeat"=>"booking in bookings | filter: ??? "}

注意:这段摘录是在HAML中,但由于我使用预比较器获取.html

,因此无关紧要

1 个答案:

答案 0 :(得分:1)

Angular非常聪明:)

booking in bookings | filter: month