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: 5 months 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