route: ['category/'+ reports ],
moduleId: 'Admin/report/reportad',
title: reports, nav: 1,
// another js module
self.actiate(context)
{ //want to get the router categories(**reports** is an array)details here
}
How to send data from router to activate method in any js module