| Index: example/todomvc/main.dart
|
| diff --git a/example/todomvc/main.dart b/example/todomvc/main.dart
|
| index 75d8d189b47cc620889bfe8ac72060148fe475be..a6516b196e4dd8475fbebe0789b2cfc7b296213b 100644
|
| --- a/example/todomvc/main.dart
|
| +++ b/example/todomvc/main.dart
|
| @@ -9,6 +9,8 @@ import 'model.dart';
|
| import 'package:web_ui/web_ui.dart';
|
|
|
| main() {
|
| + useObservers = true;
|
| +
|
| // listen on changes to #hash in the URL
|
| // Note: listen on both popState and hashChange, because IE9 doens't support
|
| // history API, and it doesn't work properly on Opera 12.
|
|
|