Closed wbashir closed 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>
Working on it! https://github.com/tmeasday/meteor-router/wiki/Meteor.Router-v3-API
Is there any way to reference URL's by name rather than the direct URL.
Example,