activationData not getting passed in durandal
问题 I am using durandal version 1.1. From compose binding I am passing some extra parameters through activationData. But the child viewmodel does not get the value. It is always received as undefined in the activate method. <div data-bind="compose: { model: 'testmodel', activationData: {data : 10}, activate: true }"> </div> The activate method looks like: define(['durandal/app', 'durandal/system', 'durandal/plugins/router', 'services/logger', 'services/datacontext', 'config'], function (app,