I have a situation in a template where I want to use an if block on a value in the parent context while inside an each block.
The code:
App = Ember.A
No need to place the if inside each in the first place:
if
each
Demo: http://jsfiddle.net/ppanagi/NQKvy/35/