finnsson / pagerjs

The Single Page Application Framework for KnockoutJS
http://pagerjs.com/
MIT License
271 stars 68 forks source link

added a property to ignore the case of the route (defaults to "false") #210

Closed dochoffiday closed 9 years ago

dochoffiday commented 9 years ago

I changed it so that "/#!/someroute" would match <div data-bind="page: {id: 'SomeRoute'}"> if the following was run before pager.start();

pager.ignoreRouteCase = true;