Angularjs Select獲取數組下標

1、定義資源工具

//資源類型
    $scope.status=['項目測試','開發工具','安裝包','工做計劃','測試項目','個人遊戲','個人音樂','博客首頁圖片'];

2、沒錯直接用  {{$index}} 獲取便可開發工具

資源類型:<select style="width: 150px;height: 25px;" ng-model="searchEntity.type" >
                                                <option ng-repeat="x in status" value="{{$index}}">{{x}}</option>
                                            </select>
相關文章
相關標籤/搜索