Pattern processing, pt. 2
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div ng-show="accounts.length > 1" style="margin: 2ex; text-align: center; font-size: 120%;">
|
||||
<select
|
||||
ng-model='account'
|
||||
ng-change='initPage()'
|
||||
ng-options="account.name for account in accounts track by account.id"></select>
|
||||
</div>
|
||||
|
||||
<form name="importForm" ng-submit="importCSV()" style="text-align: center;">
|
||||
<textarea ng-model='csvInput' name="csvText" cols="140" rows="20"></textarea>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user