tidy up
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- shopping cart -->
|
||||
<div ng-contoller="cartform">
|
||||
<div>
|
||||
Shopping cart for {{ data.uniqueid }}
|
||||
<div ng-if="data.cart.total == 0">
|
||||
Your cart is empty, get shopping
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<!-- login / register -->
|
||||
<div ng-controller="loginform">
|
||||
<div>
|
||||
<div class="message">
|
||||
{{ data.message }}
|
||||
</div>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<!-- payment template -->
|
||||
<div ng-controller="paymentform">
|
||||
<div>
|
||||
<h3>Review your order</h3>
|
||||
<div ng-if="data.cart.total != 0">
|
||||
<table>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<!-- product details -->
|
||||
<div ng-controller="productform">
|
||||
<div>
|
||||
<div class="message">
|
||||
{{ data.message }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user