Hi I have a case in one app where I would like to create a route (.state in ui-router) to go to a printable content. I only need to pass a code to the template of the route and then handle this code in my template. I don't need a controller for this. Just the ability to get a value from a resolve? params attributes? data? and inject it in the view. Is this possible in AngularJS 1.6?
Thanks.