下面是代碼: HTML <form ng-submit="fun()">
<select ng-model="a" ng-options="table.id as table.name for table in tables></select>
<input type="text" ng-model="b">hello</input>
<input type="sub
我有這樣的代碼: var b = 1
var a = $uibModal.open({
ariaLabelledBy: 'modal-title',
ariaDescribedBy: 'modal-body',
templateUrl: 'enteModal.html',
controller: 'enteCtrl',
resolve: {