/AngularJS-Shop

This is an independent plugin for AngularJS that adds shop and cart functionality to an existing AngularJS application

Primary LanguageJavaScriptMIT LicenseMIT

AngularJS-Shop

--- Depreciate ---

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:

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.

This plugin is under development and should not be used in any production applications

Anyone who wishes to contribute to this project is very welcome.



Install

  • 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


Cart Page alt tag


Products Page alt tag


Product Page alt tag