diff --git a/client/demo/ex/assignment1/index.html b/client/demo/ex/assignment1/index.html new file mode 100644 index 0000000..ed960e4 --- /dev/null +++ b/client/demo/ex/assignment1/index.html @@ -0,0 +1,117 @@ + +
+ + + + + +| Date | +Type | +Description | +Amount | + + +|
|---|---|---|---|---|
| {{ exp.date | date: 'dd/MM/yy'}} | +{{ exp.type }} | +{{ exp.description }} | +{{ exp.amount }} | ++ + + | +
| Type | +Total | + + +
|---|---|
| {{type}} | +{{ exp.amount + total }} + | +
{{ exp.amount + total}}
+| Date | +Type | +Description | +Amount | +Action | +
|---|---|---|---|---|
| {{item.date}} | +{{item.type}} | +{{item.description}} | +{{item.amount}} | ++ + + + | +
| Type | +Total | +
|---|---|
| {{type}} | +{{total + item.amout * 1}} | +
| Date | +Type | +Description | +Amount | + + +|
|---|---|---|---|---|
| {{ expen.date | date: 'MM/dd/yy'}} | +{{ expen.type }} | +{{ expen.description }} | +{{ expen.amount }} | ++ + + | +
| Type | +Total | + + +
|---|---|
| {{ type }} | +{{ exp.getTotalByType(type) }} | +
Total: {{ exp.getTotal() }}
+