meteor-device-detection icon indicating copy to clipboard operation
meteor-device-detection copied to clipboard

Iron Router Support

Open justindra opened this issue 9 years ago • 5 comments

Hi,

I've just added Iron Router support. I've tested it with web and phone on my end. But I don't have the other devices to test on.

Cheers!

justindra avatar Mar 31 '15 15:03 justindra

I tweaked a little:

        opts = Router.current().route.options;
        name = opts.template || opts.name || Router.current().route.path().slice(1);

Who can add this to pull request? I'm not so familiar with github yet

outluch avatar Apr 19 '15 21:04 outluch

@justindra can add commits to the pull request. When I merge it, I can also merge a pull request from you with the changes.

I'll probably merge this soonish, I've just been really busy lately.

mystor avatar Apr 20 '15 02:04 mystor

+1 since meteor-router is deprecated in lieu of Iron Router.

davidjb avatar Jul 20 '15 09:07 davidjb

Bump.

MichaelJCole avatar Aug 27 '15 03:08 MichaelJCole

Hey @mystor @outluch, Sorry for the delay. I just commited your tweaks. I think that's right anyways. Please have a check.

justindra avatar Sep 10 '15 13:09 justindra