C of CRUD

This commit is contained in:
2016-03-08 22:31:37 +01:00
parent 4113246222
commit 70d6b42539
4 changed files with 24 additions and 14 deletions
@@ -37,11 +37,15 @@
</table>
<div>
<pre style="font-size: 75%">{{account | json}}</pre>
<pre style="font-size: 75%; color: darkred;">{{newTransaction | json}}</pre>
</div>
<div>
<pre style="font-size: 75%">{{transactions | json}}</pre>
<pre style="font-size: 75%; color: darkgreen;">{{newTransactionCopy | json}}</pre>
</div>
<div>
<pre style="font-size: 75%">{{account | json}}</pre>
</div>
</div>