@phillipskevin - that's a weird issue. I would first encourage a little cleaner of a data structure because letting an array be an array seems to solve the issue regarding your first example: http://jsbin.com/hejikujali/edit?js,output
But I know your example is using a simplified version of your data - and I would totally expect {{#each .}} to behave the same on an object as an array: http://jsbin.com/mubugawuli/1/edit?js,output
@DesignByOnyx thanks. yeah, I did end up changing the data structure completely. Still, I was a little unsure why it didn’t work in the first example.