featheredtoast / helloEmber

EmberJS Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Testing

This project is for testing out EmberJS.

Already, the project doesn't seem to be handling JSON via ajax very well. The json payload from the servlet only updates the view once-in-a-while, every few refreshes. Why is this. It looks like emberjs plays well with jquery, but not vanilla JS. This is fixed using $(data).each in the callback

The other TODO list on the agenda is to figure out how to get reference to the controller when using routing to modify data from outside handlebars

The origin of this tutorial is from this example.

About

EmberJS Testing


Languages

Language:JavaScript 99.3%Language:HTML 0.5%Language:Java 0.2%