evancz / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.
http://evancz.github.io/elm-todomvc/
BSD 3-Clause "New" or "Revised" License
1.22k stars 329 forks source link

Pointing directly to the URL for active or completed does shift or open the page in the equivalent tab #43

Open niieani opened 8 years ago

niieani commented 8 years ago

Going to: http://evancz.github.io/elm-todomvc/#/completed does not open TodoMVC in the proper tab. Nor does going to http://evancz.github.io/elm-todomvc/ and subsequently entering http://evancz.github.io/elm-todomvc/#/completed change the tab.

MichaelSnowden commented 6 years ago

Check out pull/61