2015-06-27 29 views
1

應用控制器通行證屬性組件,然後用它作爲條件(燼JS)

isHotel_profile: function(){ 
    return this.get('currentPath') === 'hotel'; 
}.property('currentPath'), 

組件

{{#step-controller hotelPage=isHotel_profile}} {{/step-controller}} 

和這裏的分量模板

{{#if hotelPage}} 
hotel page 
{{else}} 
not hotel page 
{{/if}} 

我想使用作爲有條件的財產我怎麼能實現這一點

+0

'{{步控制器hotelPage = isHotel_profile}}' – artych

回答