Meteor: Dynamic Data Context Switching in Blaze Templates
Meteor: Dynamic Data Context Switching in Blaze Templates
I had a situation where I needed to load a select element on a form from one of two different collections. The solution I used was one making use a Session variable, as well as a registered method to use in the template. Below is an example:
Problem:
Depending on the selection of a user, I want to load the select element on a form from one of two different collections.
Description:
The user…
View On WordPress









