我有一个ng-repeat
这样定义:
{"ng-repeat" => "city in cities() | filter: search"}
一个城市是{ attributes: {name: 'Boston'} }
像这样的形式:
%input{:type => "search", "ng-model" => "search.attributes.name"}
但它不起作用,我该如何过滤city.attributes.name
?
我有一个ng-repeat
这样定义:
{"ng-repeat" => "city in cities() | filter: search"}
一个城市是{ attributes: {name: 'Boston'} }
像这样的形式:
%input{:type => "search", "ng-model" => "search.attributes.name"}
但它不起作用,我该如何过滤city.attributes.name
?