Skip to content

Commit

Permalink
Update alert to Mark tag
Browse files Browse the repository at this point in the history
  • Loading branch information
snapjay committed Jan 21, 2015
1 parent 664d053 commit 27fd2cd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions template/ngCart/addtocart.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
ng-click="ngCart.addItem(id, name, price, q, data)"
ng-transclude></a>
</div>
<div class="alert alert-info" ng-show="inCart()">
This item is in your cart <a ng-click="ngCart.removeItemById(id)">Remove</a>
</div>

<mark ng-show="inCart()">
This item is in your cart. <a ng-click="ngCart.removeItemById(id)" style="cursor: pointer;">Remove</a>
</mark>
</div>

0 comments on commit 27fd2cd

Please sign in to comment.