tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Use wildcard in filter except? #114

Closed corpr8 closed 11 years ago

corpr8 commented 11 years ago

Hi there, is it possible to use a wildcard in a Filters Except function - something like:

Meteor.Router.filter('checkLoggedIn', { except : ['signin','/chatroom/*'] });

Many thanks...

tmeasday commented 11 years ago

No, sorry!

corpr8 commented 11 years ago

Ok Thanks (Great package by the way) :-)