Skip to content Skip to sidebar Skip to footer
Showing posts with the label Iron Router

Meteor's Iron Router - Alter Path Before Routing

Is there a way to change the path before the page is routed based on some logic, such as a Session … Read more Meteor's Iron Router - Alter Path Before Routing

Installation Issues With Iron-router (newest) On Windows 7 X64 (meteor 0.8.3)

I'm attempting to install (via cloned repository) 'iron-router' for my Meteor project i… Read more Installation Issues With Iron-router (newest) On Windows 7 X64 (meteor 0.8.3)

How Do You Render Multiple Templates With One Route Controller Using Iron-router?

URL to current version of my project Here is the code for my project Background: I am making a bl… Read more How Do You Render Multiple Templates With One Route Controller Using Iron-router?

Loading Data Using Iron Router And Meteor

Here is my dilemma. I'm currently loading my categories using a static variable onto the 'c… Read more Loading Data Using Iron Router And Meteor

Meteor Client Async Pattern / How To Implement A WaitOn For A List Of Subscriptions W Callbacks

for various reasons I'm writing an app that doesn't use IronRouter, but has to implement so… Read more Meteor Client Async Pattern / How To Implement A WaitOn For A List Of Subscriptions W Callbacks