在对话框中选择 - 角度材料 - mdpanel 使用示例 md-select 但在选项打开时单击选择外部不起作用。
我该如何解决?多谢
html:
<md-select ng-model="ctrl.selectedUser" ng-model-options="{trackBy: '$value.id'}">
<md-option ng-value="user" ng-repeat="user in ctrl.users">{{ user.name }}</md-option>
</md-select>