I need to setup array of menu links in the router and then render them in template using #each. But seems like #linkTo helper didn\'t recognize variables. How can i solve th
You can't use variable inside linkTo helper, you need to use bindAttr on an anchor tag instead
link