I've seen a lot of examples of passing dynamic parameters which end with xyz_id being passed where xyz is the "model". However, is there a way to pass an id different than xyz_id?
Basically, given this fiddle: http://jsfiddle.net/xcNSa/11/
Can someone please show me how to pass in the video's code and type options as parameters instead of just the id. So, current link titled "Link to myself" points to:
http://fiddle.jshell.net/xcNSa/11/show/#/video/1
I'd like it to point to:
http://fiddle.jshell.net/xcNSa/11/show/#/video/horror/event-horizon
This is how linkTo is being used to render the link in the loop:
{{#linkTo "video" this}} Link to myself {{/linkTo}}