use scope only - preferences (advanced)
This commit is contained in:
parent
fb56ad7505
commit
9163127dca
22 changed files with 238 additions and 305 deletions
|
|
@ -4,13 +4,12 @@
|
|||
ng-init="titleSection='Alias'; goBackToState = 'preferences'">
|
||||
</div>
|
||||
|
||||
<div class="content preferences" ng-controller="preferencesAliasController as prefAlias">
|
||||
|
||||
<div class="content preferences" ng-controller="preferencesAliasController">
|
||||
|
||||
<h4></h4>
|
||||
<form name="settingsAliasForm" ng-submit="prefAlias.save()" class="columns">
|
||||
<form name="settingsAliasForm" ng-submit="save()" class="columns">
|
||||
<label><span translate>Alias for <i>{{index.walletName}}</i></span></label>
|
||||
<input type="text" id="alias2" type="text" name="alias2" ng-model="prefAlias.alias">
|
||||
<input type="text" id="alias2" type="text" name="alias2" ng-model="alias">
|
||||
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
|
||||
ng-style="{'background-color':index.backgroundColor}">
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue