Karol

Results 22 comments of Karol

well simply put if I do proxy.load.when('method type','/.*/',).passThrough() // for all method types e.g post,get etc. and then at the next line od actually try to mock particular url, this...

yeah i don't really want refresh the page in order to reset the mock but according to the angular documentation you can actually override the request so maybe the 'reset'...

yeah i can confirm that in Page it works fine but that is not the solution, we need to know why it fails in window and make it work in...

for me adding x:name to the VisualState node fixed the null reference issue

> Thanks for the report. The root of your `.xaml` needs to be a `FrameworkElement` since the Xaml compiler expects to be able to use the `FrameworkElement.Resources` property to get...

is there any workaround for this while we wait for the fix ? I am surprise this has not been fix yet as this affects everyone using this framework. Even...

@MikeHillberg wow giving ContentControl some dummy content and adding x:DatatType fixes the issue ` ` that is redonkulous. But Thanks. Still a bug though.

How come this went unnoticed through msft testing ? either there is a gap in the validation or msft knows about this and ignored that issue. I imagine that msft...