Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/ng-cornershop
Angular service for the cornershop shopping cart module
https://github.com/binocarlos/ng-cornershop
Last synced: 11 days ago
JSON representation
Angular service for the cornershop shopping cart module
- Host: GitHub
- URL: https://github.com/binocarlos/ng-cornershop
- Owner: binocarlos
- License: mit
- Created: 2014-02-03T17:23:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T13:39:10.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:36:44.063Z (7 months ago)
- Language: JavaScript
- Size: 289 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ng-cornershop
=============Angular service for the cornershop shopping cart module
## installation
```
$ component install binocarlos/ng-cornershop
```## usage
```
angular.module('myModule', [
require('cornershop')
]).controller('MyCtrl', function($scope, $cornershop){
var cart = $cornershop('mycart');$scope.cartitems = cart.items;
})```
## license
MIT