tmeasday / meteor-router

MIT License
366 stars 76 forks source link

{{templatePath}} not working #148

Open bhargavrpatel opened 10 years ago

bhargavrpatel commented 10 years ago

Hello,

doing something like {{postSubmitPath}} or {{postsListPath}} does not work. I also tried {{postSubmitUrl}} and {{postsListUrl}}

the names are same as the ones declared in the router.js

So what gives?

Regards, b

Tarang commented 10 years ago

You could have to define helpers for postSubmitPath using UI.registerHelper. I could help a bit more with some of your code. I'm not sure its a bug in Meteor Router.

Could you provide a reproduction of your code.

bhargavrpatel commented 10 years ago

https://github.com/bhargavrpatel/meteorApp