阅读背景:

如何从md-select中的ng-repeat获取当前项目?

来源:互联网 

Briefly, my HTML is:

简而言之,我的HTML是:

<md-input-container md-no-float class="md-block defaultInputSelect deskInputSelect" flex="auto">
    <md-select id="selectedClient" ng-model="actionData.client_id" required>
        <md-option ng-repeat="client in clientsList" value="{{client.id}}" ng-click="getResponsibleList(client)">
     {{client.second_name + ' ' + client.first_name}}
        </md-option>
    </md-select>
</md-input-container>
<md-inpu



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: