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