Is this an ember issue?

I’ve posted this in stackoverflow ember.js - Ember view not working as expected - Stack Overflow basically, including a view in a template which contains a table, the view will loose the given data, but this only happens when the model is empty. If you replace ‘table’ for a ‘div’ or something else, everything works.

EDIT: the fiddle is this one Ember Latest - JSFiddle - Code Playground in case you don’t want to look at stackoverflow question.