0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Spree has a lot of moving parts and so does Angular. Take the easy route...
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.1
~> 2.3
 Project Readme

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.