Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(cart): 508 on remove from cart button
Browse files Browse the repository at this point in the history
Closes #931
  • Loading branch information
Christine Yu committed Mar 9, 2016
1 parent a9838ed commit b82d698
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/scripts/cart/templates/remove-single.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<button
data-tooltip-popup-delay=1000
data-tooltip="Remove"
class="btn btn-default" data-ng-click="ctrl.remove()">
<i class="fa fa-trash-o"></i>
class="btn btn-default fa fa-trash-o"
data-ng-click="ctrl.remove()">
<span class="icon-btn-label">Add to Cart</span>
</button>

0 comments on commit b82d698

Please sign in to comment.