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?
i have a Controller which holds a Spine.Model instance and has a nested Spine.Stack
Share
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