Closed ricardogsilva closed 11 years ago
Which version of ember are you using? That is the old router API
Yeah, it was an error with outdated versions. I was using ember1.0.0-pre.2. I have switched to pre.4 and I don't have this error anymore. Thanks
Hi
I'm not very experienced with javascript and I'm having a hard time connecting my tastypie API to an emberjs app.
My tastypie resource:
If I make a call to the API using cURL:
I get back:
The ember js file:
When I run it through firebug I get:
It seems there is something wrong with the setting up of the models, as it doesn't even get to making the request to the server. What could be the problem?
Thanks