ngOptions is used to dynamically generate select options. [code]<select ng-options="student.name as student for student in students" ...
確定! 回上一頁