exposed IDs and account switching
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user