erikringsmuth/app-router

Update model if query parameter is removed

Open

#125 aberto em 20 de mai. de 2015

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)HTML (83 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (608 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

If only a query search parameter changes (either in the main URL or in the URL hash) if would be nice to have a mode which avoided recreating the models and instead just updated the data binding.

For example, going from:

http://server.com/path/path?server=blarg#route?param=foo to: http://server.com/path/path?server=blarg#route?param=bar

Guia do colaborador