對於下面的代碼,是否有角度來包含一個內聯條件,只顯示帶時間表的ng-repeater中的時間表,如果{{schedules.position}} = {{position.position}}?如何在這個例子中使用Angularjs內聯條件?
.positions(ng-repeat='position in positions')
.row
{{position}}
.row
.col-sm-4.col-md-4
.col-sm-8.col-md-8
.schedule(ng-repeat='schedule in schedules')
.row
.col-sm-1.col-md-1.
%input(ng-model = "string" type = 'checkbox')
.col-sm-7.col-md-7.
%table
%tr
%td
{{schedule.first_name}}