Mitar
Mitar
It seems it should work easily. You just have to use a controller with a different `lookupTemplate` method. This overrides it. But you could easily create a controller class which...
Now that I am thinking, probably it could be possible to create a JavaScript class which is both an `RouteController` and a Blaze Component. That would be an interesting combination.
We could probably made that into a package. Or push them upstream with a weak dependency in iron-router.
Does it work or does it not work?
Patch into Meteor changing all necessary bits to have officially all extension points needed by Blaze Components was just merged into its `development` branch: https://github.com/meteor/meteor/commit/eff8016b5a7a981fc56beb531ece52de5b3d7101 Based on that I made...
@rclai: Could you test if using that branch of Iron Router works for you? (You do not have to upgrade to latest Meteor, because at the moment Blaze Components monkey-patch...
Try with 0.9.1 version.
Why you have a top level constraint on `1.0.0-pre3`?
You will have to give more information. :-) Like, what exactly does not work.