0.2.2 • Published 8 years ago

mangular v0.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

mAngular

A Factory for Angular 1 to consume the magento 2 rest api

Cart

getCartId: getCartId,
getTotals: getTotals,
getItems: getItems,
addItem: addItem,
removeItem: removeItem,
createNewCart: createNewCart

Category

  getCategories: getCategories,
  getCategory: getCategory

Products

  getProducts: getProducts,
  getProduct: getProduct

now the changes you do on the services should be reflected directly in you project, just dont forget to run "npm run bulid" or "npm run watch" in the mangular folder

If you are having problems with this try this instead: In you bower.json, add ""mangular": "path/to/mangular eg. like this file:///Users/david/my-projects/mangular/.git","

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago