Pattern processing, pt. 2

This commit is contained in:
2016-07-19 16:21:06 +02:00
parent 9a55fc9d0d
commit cc996b593f
5 changed files with 52 additions and 4 deletions
@@ -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>