Tagged Questions
0
votes
1answer
67 views
Getting TypeError: App.Router is undefined after building ember.js
Posting here as requested original post can be found here
Hello, I would like to build ember.js using Ubuntu 13.
I have cloned the official Github project, cd into the project and as described in the ...
1
vote
1answer
58 views
Ember.js QT w/ Javascript Bridge
We have a full desktop application based in QT C++ (mac & windows). We utilize webkit to serve up the UI based in HTML and Javascript. We also interact with the C++ via a javascript bridge. I'm ...
1
vote
1answer
254 views
Azure + Nodejs 400 Bad Request when contentType=“application/json”
I have an Node.js, Express app that serves as an REST api for Emberjs RESTAdapter. I trying to get this working on Windows Azure. When Ember makes the HTTP request on "/examples/1" as below gives me a ...
1
vote
2answers
283 views
How do you load data into Ember Data from a Socket.IO response?
I'm writing an app which leverages Ember.js, with Ember Data, and Socket.IO through Node.js. I'm trying to figure out the best way to receive data from a socket response and load it into my Ember ...