Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add link to 'Building an E-Commerce Application with MEAN' book
Add module features
  • Loading branch information
snapjay committed Nov 25, 2015
1 parent 9d0790e commit 711778c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,26 @@ ngCart

Really simple shopping cart for AngularJS
-----------------------------------------------------------------

AngularJS module consists of a set of directives to help you quickly implement a shopping cart on your AngularJS app
Quick and easy AngularJS module and set of directives for adding a cart into your AngularJS application.
<ul>
<li>View cart directive</li>
<li>Add item to cart directive</li>
<li>Summary of items in your cart directive</li>
<li>Template driven for full UI customisation</li>
<li>Custom data object for additional info/options images</li>
<li>Add shipping costs</li>
<li>Add Taxes</li>
<li>Events Broadcast on $rootScope</li>
<li>Fulfilment options</li>
<li>Send to console</li>
<li>Send to HTTP POST</li>
<li>Send to PayPal</li>
</ul>
As feaured in '<a href="https://www.packtpub.com/web-development/building-e-commerce-application-mean">Building an E-Commerce Application with MEAN</a>'

<a href="https://www.packtpub.com/web-development/building-e-commerce-application-mean"><img src="https://d1ldz4te4covpm.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/6551OS.jpg"/></a>

Documentation
-----
Expand Down

0 comments on commit 711778c

Please sign in to comment.