我想通过仅显示当前月份的结果来设置第二个ng-repeat的过滤器以处理第一个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
,因此无关紧要答案 0 :(得分:1)
Angular非常聪明:)
booking in bookings | filter: month