Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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