paglias / KnockoutApp

A framework for KnockoutJS
http://paglias.net/KnockoutApp
MIT License
21 stars 2 forks source link

add router and history support #12

Open paglias opened 11 years ago

paglias commented 11 years ago

I've started working on this in the router branch https://github.com/paglias/KnockoutApp/tree/router

It is a port of BackboneJS History and Router, fully working with events removed

There's a simple example in /example-router

paglias commented 11 years ago

this has been merged into master, there aren't tests and I don't know whether to add them since the code is the same used by Backbone (more or less)