Closed dochoffiday closed 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();
<div data-bind="page: {id: 'SomeRoute'}">
pager.start();
pager.ignoreRouteCase = true;
I changed it so that "/#!/someroute" would match
<div data-bind="page: {id: 'SomeRoute'}">
if the following was run beforepager.start();
pager.ignoreRouteCase = true;