Elte Hupkes

Results 36 comments of Elte Hupkes

I encountered this behavior in a project of mine, the clock override is registered in the current Zone, and for some reason it seems that calling `WidgetsFlutterBinding.ensureInitialized()` this way causes...

@cavneb The code you're mentioning takes care of maintaining query parameters of parent states. For instance, let's say I have a `/posts/:id/comments` route, currently called as `/posts/15/comments?post_sort=date`, and I want...

I just pushed a commit that I think might solve your problem. This doesn't affect the behavior for multiple nested routes, which is what I'm mostly working with (also what...

Weird.. I do something similar in my own app (even using "filter" as a query key) and it works just fine. Could you build a JSFiddle showing it failing maybe?

Doing it in plain-handlebars is currently not possible, you have to create a `QueryParameters` object in your controller to pass as a context. Extending `LinkView` to support something like this...

Do you have a fully working example where this issue occurs? Edit: I know you _have_ one of course, I mean could you _provide_ one ;).