erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Update model if query parameter is removed #139

Open drarmstr opened 8 years ago

drarmstr commented 8 years ago

Fix for #125

I only updated src/app-router.js since I'm not sure what build process you use exactly for minimizing and generating the root app-router.js.

panuhorsmalahti commented 8 years ago

The build is typing gulp in the terminal. See the 'Build, Test, and Debug' section of README.md.

drarmstr commented 8 years ago

@panuhorsmalahti / @erikringsmuth , Ok I've built and tested and updated the push request. Hopefully it is ready for you now.

drarmstr commented 8 years ago

@erikringsmuth Anything else necessary to review and merge this fix?