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
96 stars 34 forks source link

Live Demo seems to be down #15

Closed SirMaster closed 8 years ago

SirMaster commented 8 years ago

Hi, this looks pretty cool and am really interested in this, just wanting to play a bit with the live demo, but it seems to broken : http://jakubrohleder.github.io/angular-jsonapi/

In the console I see :

Error: [$injector:unpr] Unknown provider: eProvider <- e <- $q
http://errors.angularjs.org/1.4.3/$injector/unpr?p0=eProvider%20%3C-%20e%20%3C-%20%24q

Any change to get it working?

jakubrohleder commented 8 years ago

It's up now :)

This issue is related to bug described in #14, not only I forgot to upload tags, but also rebuilt demo. Sorry.

SirMaster commented 8 years ago

Looks great! Thx. Now it's time to play!