aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
index dd02e98..b8633b8 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
@@ -21,6 +21,9 @@
<a routerLink="/need/{{need.id}}">
{{need.name}}
</a>
+ <p>Goal: {{need.maxGoal}}</p>
+ <p>Current: {{need.current}}</p>
+ <p>How much to Contribute: <input type="number" #contribution></p>
<div>
<!-- <button type="button" class="addNeed" title="add need"
(click)="addNeed(need)">Add Need</button> -->