FacultyCreative / ngActiveResource

Connects business objects and REST web services for Angular.js
255 stars 34 forks source link

active-support.js is a heavy dependency #65

Open sydcanem opened 10 years ago

sydcanem commented 10 years ago

Active-support.js is ~236kb (> active-resource.js ~115kb) and is not commonly used in apps. Is it possible to have a leaner replacement for active-support? (inflectionjs) I'm using lodash and async in other parts of my app so having it as a dependency for active-resource is not much of an issue. Overall, this is an amazing plugin. Love the functionality it provides to an angular app.