Matias Niemelä
Matias Niemelä
@tony75 I've been debugging the issue, but I'm unable to reproduce the issue in a test. Can you please let me know if I'm missing something: https://github.com/angular/angular.dart/commit/2b1d301f59f3dd6afa15b7502d07e1ac97c0b503
`iit` is to have the test runner only focus on that one test instead of having to run everything each time I make a change.
Here is the updated commit: https://github.com/matsko/angular.dart/commit/2b1d301f59f3dd6afa15b7502d07e1ac97c0b503
@tony75 On this line: https://github.com/angular/angular.dart/blob/master/lib/directive/ng_model.dart#L205 there's a try/catch statement which sets the model to be null in the event that the parser fails. In the demo that you have it...
@rkirov sorry for not being responsive on this the other day. Yes I think this PR needs more of an investigation to see if the bug really does exist in...
It was just never implemented into AngularDart. Try it out. Http treats it just like any other GET request.
I think the concern is for APIs that do not provide CORS headers, but instead only use callbacks.
Yes good point. Also, is it possible to call a Dart callback function in the method that JSONP works with JavaScript?
Thank you for posting this. We're still investigating to see whether or not this is caused by Ivy's insertion/removal ordering code or of it's directly related to Angular. We'll respond...
@LanderBeeuwsaert @codecoster any luck with a reproduction? It's been playing with the demos, but I can't know for sure if this is an onPush or something else in Ivy? Is...