Commit b41c9b9b by amal

Merge branch 'amal' into 'master'

Amal See merge request !13
parents a70187d8 e57bf542
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
</div> </div>
<div class="viewset floatRight"> <div class="viewset floatRight">
<div class="grid_view grid_act floatRight" (click)="gridToggle()" [class.line_view]="onGrid"> <div class="grid_view grid_act floatRight" (click)=" ()" [class.line_view]="onGrid">
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
...@@ -37,7 +36,7 @@ ...@@ -37,7 +36,7 @@
</div> </div>
<h5>{{product.prodName}}</h5> <h5>{{product.prodName}}</h5>
<p>A$ {{product.price}}<span class="offer" *ngIf="product.discount > 0">-{{product.discount}}%</span></p> <p>A$ {{product.price}}<span class="offer" *ngIf="product.discount > 0">-{{product.discount}}%</span></p>
</li> </li>
</ul> </ul>
</div> </div>
<div class="sort_wrappper" *ngIf="isShow" [@slideInOut]> <div class="sort_wrappper" *ngIf="isShow" [@slideInOut]>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment