diff --git a/flatiron-director/flatiron-director.html b/flatiron-director/flatiron-director.html index 3deaace..7467066 100644 --- a/flatiron-director/flatiron-director.html +++ b/flatiron-director/flatiron-director.html @@ -12,7 +12,7 @@ Polymer('flatiron-director', { autoHash: false, created: function() { - this.router.on(/(\w*)/, function(route) { + this.router.on(/(.*)/, function(route) { this.route = route; }.bind(this)); var initialRoute = this.router.getRoute(0);