exposed IDs and account switching

This commit is contained in:
2016-04-11 14:47:47 +02:00
parent 2c6515daa0
commit 6aaee428f0
4 changed files with 63 additions and 25 deletions
@@ -1,6 +1,6 @@
<div ng-init="initList()">
<div>
<div>
<div><select ng-model='user.accounts' ng-options="account.name for account in accounts"></select></div>
<div><select ng-model='account' ng-change='refreshAccount()' ng-options="account.name for account in accounts track by account.id"></select></div>
<div>
<form role="form" ng-submit="postTransaction()">
<div>