Fix a bug reported by @Leemoonsoo

This commit is contained in:
AhyoungRyu 2016-07-06 15:38:40 +09:00
parent 57cb28098e
commit 899bb15eb8
2 changed files with 2 additions and 2 deletions

View file

@ -146,4 +146,4 @@ angular.module('zeppelinWebApp').controller('CredentialCtrl', function($scope, $
};
init();
});
});

View file

@ -138,7 +138,7 @@ limitations under the License.
</button>
<button type="button" class="btn btn-default btn-xs"
ng-disabled="valueform.$waiting"
ng-click="valueform.$cancel();">
ng-click="valueform.$cancel(); cancelCredentialInfoUpdate();">
<span class="fa fa-remove"></span> cancel
</button>
</form>