Wildhoney / Magento-on-Angular

Angular.js application using Magento as the backend API
361 stars 120 forks source link

attributes in products API #102

Open zontafil opened 8 years ago

zontafil commented 8 years ago

hello, I'm trying to add custom attributes (i.e. color, size) to the products api. At the moment I have hardcoded them in the products controller.

I'm wondering if there's a better dynamical way to do it. Any suggestions?

Thanks.