﻿ShoppingCartNG with Custom Directives
--------------------------------------------------------------------------------------------
Shows how to create a store using our Input and Gauge controls and AngularJS.

This sample uses Wijmo 5, AngularJS, and Bootstrap.

The sample has three views: the store, product details, and shopping cart. Users can 
add products to the cart from the store, and they can edit the cart by changing
product quantities. When they are done, they can check out using PayPal payment services.

The application does not require any server support. It does not prompt users for
any personal information. All transaction details handled by PayPal.

Bootstrap is used to provide consistent styles, icons, and a fluid layout that 
adapts itself to desktop and mobile devices.

Wijmo 5 supports AngularJS. We ship and maintain AngularJS directives for all 
of our controls.

For details about AngularJS, visit http://angularjs.org/.

For details about Bootstrap, visit http://twitter.github.io/bootstrap/.

For details about this application, visit
	http://www.codeproject.com/Articles/576246/A-Shopping-Cart-Application-Built-with-AngularJS.

<product>Wijmo 5;HTML5</product>