我有以下代碼:AngularJS:與NG-重複一起調NG-模型工作
<h3>Дата наведвання:</h3>
<select class="form-control" size=info.size()>
<option ng-model="i.isSelected" ng-repeat="i in info" value="{{i.date}}">{{i.date}}</option>
</select>
<div class="container">
<table class="table">
<tr>
<td ng-repeat="i in info"><p ng-if="i.isSelected">Name: {{i.name}}</p></td>
</tr>
</table>
</div>
對不起,轉儲的問題。這很簡單,我希望我的表根據選定的日期顯示數據。請幫我弄清楚。
此外,你應該儘可能地使用選擇框時使用'ng-options'而不是'ng-repeat'。 – Claies
@Claies我想補充一點,在我的回答中,感謝兄弟,歡呼聲:-) –