Bob Kepford

Results 6 comments of Bob Kepford

I'm totally new to Ember.js but it appears to expect to control the complete page. I did a bit of Googling and it also appears you can set the [root...

Setting the root element is as easy as this. ``` App = Ember.Application.extend({ rootElement: "emberexample1", }); ``` This will tell Ember to attach its application to a tag named ``.

What I'm trying to figure out is what we should render from Drupal and what should be added to the page by Ember. Most examples I find use `` tags...

Acourding to the [Ember docs on templating](https://guides.emberjs.com/v1.10.0/templates/handlebars-basics/#toc_defining-templates) if you aren't using build tools it's cool to use script tags. This seems like it would be a problem though with Twig....

Pushed my work in progress branch. https://github.com/mrjmd/pdb/tree/feature/12-Ember-Hello-World