angularjs-ng-options

    1熱度

    2回答

    我偶然發現了ng選項的一個奇怪問題。舉一個簡單的選擇: <select ng-model="x" ng-options="n for n in [1,2,3]"></select> 其中模型值獲取控制器分配: $scope.x = 3; 也能正常工作;選擇元件示出了3。但是,如果分配是延遲, $timeout(function() { $scope.x = 3 }, 50); 的選擇顯

    5熱度

    1回答

    一個對象,我試圖讓我的數據NG選項列表中的顯示如下: <option value="4351">Atlanta</option> 這是我的目標。 $scope.cityList = { 4351:{name:"Atlanta", short="atlanta"}, 7355:{name:"Baltimore", short="baltimore"}, 1212:{

    0熱度

    1回答

    我有以下問題。 在我的控制器我有這個變量: $scope.types = [ {id: 0, name: $translate.instant("FIRST")}, {id: 1, name: $translate.instant("SECOND")}, {id: 2, name: $translate.instant("THIRD")}, {id: 3,

    1熱度

    1回答

    我真的不能正確地解釋我想要什麼,但我儘量讓在angularJS一個NG選項工作: <select ng-options="object.id as object.name for object in objects" ng-model="selected"></select> 因此電流輸出是: 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 19

    2熱度

    2回答

    說實話,我不知道我在Angular中做了什麼,所以這可能是糟糕的編碼實踐。無論如何,我試圖以異步方式將一些數據加載到一個<select>元素中。 這裏是模板HTML: <div ng-include src="'scripts/common/toolbar/toolbar.html'"></div> <div class="wrapper"> <div ng-include src="

    0熱度

    2回答

    我使用structered一個這樣的數組: [ {"name": "Afghanistan", "code": "AF"}, {"name": "Åland Islands", "code": "AX"}, {"name": "Albania", "code": "AL"}, {"name": "Algeria", "code": "DZ"},... 要加載選擇與NG-選項: <sel

    0熱度

    2回答

    我有這樣的選擇在AngularJS: <select id="objectId" name="seccionId" class="form-control" ng-model="arguments.seccion" data-ng-options="item.id as item.valor for item in arguments.objects" required></select> 我

    0熱度

    1回答

    我會例如,用於測試, 在這個例子中,當我把過濾器:chart.id = 1,並且他回到我的ID是1返回我的ID 10,我該怎麼做,只返回ID = 1? http://jsfiddle.net/H6AZ2/37/ HTML <div ng-app> <div ng-controller="TodoCtrl"> <select ng-model="toAddChart" ng-options="c

    1熱度

    1回答

    禁用時,AngularJS 1.4.0-rc.2禁用,所以我決定我要做一個預發佈的Angular來利用ngOptions中新的「disable when」。我不確定我被允許擺弄的範圍。下面是代碼按預期一個varable取出時運作: <select multiple ng-model="CoBorrowerIds" ng-options="person.Id as (person.LastName

    1熱度

    1回答

    我有一個名爲GROUPLIST的對象,看起來像這樣: { "12777e85-c03a-97ba-42ce-3242b6bd4109": { "id": "12777e85-c03a-97ba-42ce-3242b6bd4109", "name": "uber name for group" }, "57415d36-e935-cc6a-11b4-