Closed
Description
I tried to check the status and saw that with Angular 0.9.10 several tests fail.
This seems to be more a problem with the test framework than with incompatibilities of AngularDart 0.9.10 and the UI elements implementation.
I started investigating alerts tests:
alert_test.dart contains two tests.
(I commented out all other tests in ui_tests.dart).
When I run those tests I get an exception/stack trace at the end.
When I comment out one of them and run only the lasting one the test succeeds.
I just wanted to share if anyone else is investigating...
I keep you updated about my progress.