FacultyCreative / ngActiveResource

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

string.hyphenate() in provider('ARAPI') #51

Open jamescam22 opened 10 years ago

jamescam22 commented 10 years ago

Where is the hyphenate method supposed to be defined on the string? What lib are you guys using that I have forgotten to include?

DibbsZA commented 10 years ago

I found that I had to use these 3 before the ng-active-resource script link. I found them being referenced in the example app code.

lodash.js async.js active-support.js

jamescam22 commented 10 years ago

Thanks, yes it is active-support for that particular string method.

timkendall commented 10 years ago

This stumped me for a little as well, thanks.

htm52 commented 10 years ago

lodash.js, async.js, active-support.js are hard dependencies, this should be mentioned in the docs !