0
votes
1answer
88 views

ember ajax calls with promisses access result in templates and controller

I'm making a call to the server to get some data via an ajax request and I use a promise. While my template automatically updates as soon as the data is returned, I'm unlucky accessing the data in the ...
2
votes
0answers
136 views

Rails: Not ember, not JS responses, but something in-between

I am developing a standard rails application, and so far I haven't used any AJAX, just good ol' HTML. My plan is to iteratively add "remote" links and all that kind of stuff and support for JS ...
0
votes
0answers
183 views

Fancybox'ing a Handlebars template after using jQuery to grab data from codeigniter

I'm currently having an issue with loading a wizard I'm trying to make. When a user adds a project to their queue I create a new project in the database with the appropriate information. If that ...