我想通过仅显示当月的结果来设置第二个 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