css refactor + watcher from credit insurance

This commit is contained in:
Carlos Jimenez Ruiz 2020-12-16 13:46:04 +01:00
parent ec7ad986ac
commit c13e9383ba
2 changed files with 2 additions and 9 deletions

View File

@ -2,6 +2,6 @@
{{::$ctrl.question}}
</tpl-body>
<tpl-buttons>
<button response="cancel" translate>Cancel</button>
<button response="accept" translate vn-focus>Accept</button>
<input type="button" response="cancel" translate-attr="{value: 'Cancel'}">
<button response="accept" translate>Accept</button>
</tpl-buttons>

View File

@ -1,9 +1,3 @@
<vn-watcher
vn-id="watcher"
data="$ctrl.creditClassification"
form="form"
save="patch">
</vn-watcher>
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
<vn-card class="vn-pa-lg">
<vn-horizontal>
@ -32,7 +26,6 @@
</vn-card>
<vn-button-bar>
<vn-submit
disabled="!watcher.dataChanged()"
label="Save">
</vn-submit>
<vn-button