1.1.0 • Published 6 years ago

sapiocart v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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