erikringsmuth/app-router

Update model if query parameter is removed

Open

#125 建立於 2015年5月20日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)HTML (608 star) (83 fork)batch import
bughelp wanted

描述

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

貢獻者指南