Remove cancelCredentialInfoUpdate()

This commit is contained in:
AhyoungRyu 2016-07-06 17:58:47 +09:00
parent 899bb15eb8
commit ab9814cc9c

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(); cancelCredentialInfoUpdate();">
ng-click="valueform.$cancel();">
<span class="fa fa-remove"></span> cancel
</button>
</form>