Skip to content

Sapioweb/sapioCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instalation

npm install --save sapiocart

Useage

<cart-count></cart-count> // Displays how many items are in cart
<cart-total></cart-total> // Displays the total of the cart
<add-to-cart></add-to-cart> // Adds items to cart
<remove-item></remove-item> // Removes an item from cart

Improvements TODO:

  • Working method to minify angular via gulp
  • update cart list within package and not cartService.$on via project controller