angular-spree

Angular modules to connect to the Spree API


Keywords
angular, spree, api, ecommerce, spreecommerce
License
MIT
Install
bower install angular-spree

Documentation

An Angular Module Spree

Spree has a lot of moving parts and so does Angular. Take the easy route...

Angular Installation

  1. Install the package:
$ bower install angular-spree
  1. Include ngSpree in Angular:
var spree_app = angular.module('SpreeApp', ['ngSpree']);

Spree Installation

  1. Include it as a gem:

    gem 'angular-spree'

    or

    gem 'rails-assets-angular-spree'
  2. Include ngSpree in Angular:

var spree_app = angular.module('SpreeApp', ['ngSpree']);

Documentation

Documentation to come. Apologies.