This is an independent plugin for AngularJS that adds shop and cart functionality to an existing AngularJS application. This plugin is based on AngularJS & Foundation CSS.
Requirments:
- AngualrJS v1.2.15 (http://angularjs.org/)
- Zurb Foundation v5 (http://foundation.zurb.com)
Due to the growing popularity in AngualrJS i have decided to start this project. This project will aim to create a plugin that can be included in any existing angularJS application providing shop functionality. The aim of this project is to create shop and cart functionality with the smallest footprint possible and with no dependencies outside this plugin.
Anyone who wishes to contribute to this project is very welcome.
- Create a new directory called "packages" into the root of the your application
- Include the AngularJS-Shop.js script in your HTML markup
< script src="packages/AngularJS-Shop/AngularJS-Shop.js" type="text/javascript"> < /script> - Include the shop in your AngualrJS application
var app = angular.module('app', ["shop"]); - Open AngualrJS-shop.js and edit the settings as per the file


