jakubrohleder / angular-jsonapi

Simple and lightweight, yet powerful ORM for your frontend that seamlessly integrates with your JsonAPI server.
http://jakubrohleder.github.io/angular-jsonapi/
GNU General Public License v3.0
95 stars 34 forks source link

Fix error when resource type has dashes #37

Open guilleva opened 8 years ago

guilleva commented 8 years ago

I have a resource with a relationship which type has a dash eg type: 'tournament-types'but the namedFunction fails trying to create a model with such name, this patch fixes it by making sure the passed name is safe.