Merge pull request #598 from jamal-jackson/feature/wallet_preferences_name_change

disabled save button for name change until value is different than st…
This commit is contained in:
Matias Alejo Garcia 2016-10-20 07:14:13 -03:00 committed by GitHub
commit 781604da90
2 changed files with 8 additions and 1 deletions

View file

@ -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>