akc42 / akc-route

A distributed router inspired by PolymerElements/app-route
MIT License
2 stars 0 forks source link

If we update a parameter with value 0 it doesn't propagate #4

Closed akc42 closed 7 years ago

akc42 commented 8 years ago

in the _outRouteChanged function with are checking that our params match allowed ones. The check is if (changes.base.params[key]) { , but this is false of the value of that parameter is zero.