Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4838

Passing variables

$
0
0

@Prabhakar wrote:

I have a component that is used to set or unset a variable

showExpense : true,
actions: {
toggleExpense() {
debugger;
this.toggleProperty('showExpense');
}

but I am trying to acces this variable "showExpense" in another template not belonging to this component in fact it is a template of a route, hence the variable is not accessible. Is there a way to use it there?

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 4838

Trending Articles