disabled save button for name change until value is different than stored name
This commit is contained in:
parent
7789eceea4
commit
ea900a1729
2 changed files with 8 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
<button type="submit"
|
||||
class="button button-standard button-primary"
|
||||
ng-disabled="aliasForm.$invalid" translate>
|
||||
ng-disabled="disableSave" translate>
|
||||
Save
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue