Questions tagged [aurelia-templating]

Part of the Aurelia platform and contains an extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.

87 questions
1
vote
0 answers

Cant pass value from one view model to another in aurelia

I have two views, in view two i have a select option in which if the user selects an option i would want it to be passed to view one. this is what i tried view 1 ts public selectedOption:string; view 1 html