var app = angular.module('plunker', []); app.controller('MainCtrl', function($scope) { $scope.items = []; $scope.selectedItem = { name: 'two', id: 27 }; ...
確定! 回上一頁