$scope.openModel = function (size) { var modalInstance = $modal.open({ templateUrl: 'index.html', controller: 'indexCtrl', scope : $scope, size: size, ...
確定! 回上一頁