-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No handler found error when running in Dartium #31
Comments
Might be the same problem as discussed in Routes: using fragments Is there a way to make (Thanks for the great work!) |
I think I just ran into this. Using editor + dartium, and route is complaining that it can't find a route for the index.html itself. Which is correct, I never setup a route for home. |
Is there anyway to use route with editor + dartium. I am learning dart web ui with multiple views? |
Any ideas or progress on this? |
Here's the very hacky fix: |
I tried to start the provided example application in Dart Editor. It works when I run it as JavaScript but doesn't work in Dartium.
OS: Win7 64bit
Dart SDK: 0.5.1.0_r22072
Error message and log output:
The text was updated successfully, but these errors were encountered: