backbone-query-parameters icon indicating copy to clipboard operation
backbone-query-parameters copied to clipboard

Problem when using (/:optional) as route param in conjonction with Backbone query parameters.

Open strangerqc opened this issue 12 years ago • 1 comments

When including the Backbone.queryparams plugin, the routes defined using optional segment stoped being triggered, here's a route example: "myroute(/:optional)"

Removing the pluging re enable this backbone router feature.

strangerqc avatar Jan 18 '13 14:01 strangerqc

Please add a PR with unit test for this issue (even if the test is failing)

https://github.com/jhudson8/backbone-query-parameters/blob/master/test/backbone.query.params-test.js

jhudson8 avatar May 08 '13 13:05 jhudson8