Show creditor in modal

This commit is contained in:
2016-07-08 23:14:01 +02:00
parent d5403172e9
commit d612db1b33
3 changed files with 19 additions and 4 deletions
@@ -170,7 +170,7 @@
<button class="btn btn-primary" ng-disabled="detailsForm.amount.$error.pattern" type="button" ng-click="ok()">OK</button>
<button class="btn btn-warning" type="button" ng-click="cancel()">Cancel</button>
</div>
<pre style="font-size: 75%; color: darkgray;">{{transaction | json}}</pre>
<pre style="font-size: 75%; color: black;">{{transaction | json}}</pre>
</script>
</div>