fix alias
This commit is contained in:
parent
279b1c274f
commit
2b3fb7eea4
2 changed files with 6 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<div class="card list">
|
||||
<label class="item item-input item-stacked-label">
|
||||
<span class="input-label" transalate>Alias for {{walletName}}</span>
|
||||
<input type="text" id="alias" name="alias" ng-model="alias" placeholder="John" required>
|
||||
<input type="text" id="alias" name="alias" ng-model="alias.value" placeholder="John" required>
|
||||
</label>
|
||||
</div>
|
||||
<button type="submit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue