0

我想通过仅显示当月的结果来设置第二个 ng-repeat 的过滤器来处理第一个。bookings并且 booking.monthDate类似于month

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

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

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

注意:这段摘录在 HAML 中,但没关系,因为我使用预编译器来获取 .html

4

1 回答 1

1

Angular 非常聪明:)

booking in bookings | filter: month
于 2013-02-12T11:23:58.333 回答