This should work for you: Controller: function MyCntrl($scope) { $scope.obj ={"selected":null}; $scope.objects = [{id: 1, value: "Yes"}, ...
確定! 回上一頁