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

Synchronization docs saying constructors take 1 parameter #8

Closed hedder closed 9 years ago

hedder commented 9 years ago

Docs shows this constructor with 1 parameter; var localeSynchronization = new AngularJsonAPISynchronizationLocal('AngularJsonAPI'); var restSynchronization = new AngularJsonAPISynchronizationRest('/novels'); however, there're 2 in the code

jakubrohleder commented 9 years ago

Fixed