how to pass an element to a nested stack in spine.js

189 Views Asked by At

i have a Controller which holds a Spine.Model instance and has a nested Spine.Stack,
how can i pass the model instance to the nested stacks Controllers?

1

There are 1 best solutions below

6
On BEST ANSWER

figured it out. every Controller in a stack has the stack at @stack so passing objects to a stack makes those available also on the Controllers