tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Reference URLs by name #61

Closed wbashir closed 11 years ago

wbashir commented 11 years ago

Is there any way to reference URL's by name rather than the direct URL.

Example,


'home/helper': function(){
            Session.set("homeTemplate", "helper");
            return 'home';
        },

<a href={{homeHelper}}> </a>
tmeasday commented 11 years ago

Working on it! https://github.com/tmeasday/meteor-router/wiki/Meteor.Router-v3-API