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?
how to pass an element to a nested stack in spine.js
188 views Asked by aschmid00 At
1
figured it out. every Controller in a stack has the stack at
@stackso passing objects to a stack makes those available also on the Controllers