Sunday 15 April 2012

Using Ember.js in Existing Application -



Using Ember.js in Existing Application -

i've done illustration apps in ember, , i'm ready using in existing application. traditional web application (request-response, total reload , ajax loaded content, no rest/api things) lets assume i've few page (urls) like

1 abc.com/home.php 2. abc.com/support.php , 3. abc.com/support.php?call=meeting , on..

so possible utilize 1 url ember app , rest leave such untill ready?

ps: did seek support.php this.route("support",{path:"/support.php"}) , have supportcontroller , support.hbs template not working. i'm not sure how set in jsfiddle.

thanks

include ember app on page needs it, on abc.com/support.php

as far ember can see, when go abc.com/support.php on index page (of ember app), , need utilize index.hbs tempate.

ember.js

No comments:

Post a Comment