diff --git a/public/docs/_examples/toh-6/dart/web/main.dart b/public/docs/_examples/toh-6/dart/web/main.dart index 614e95be10..89f2225150 100644 --- a/public/docs/_examples/toh-6/dart/web/main.dart +++ b/public/docs/_examples/toh-6/dart/web/main.dart @@ -23,9 +23,6 @@ void main() { bootstrap(AppComponent, [ provide(BrowserClient, useFactory: () => new BrowserClient(), deps: []) ]); - // Simplify bootstrap provider list to [BrowserClient] - // once there is a fix for: - // https://github.com/dart-lang/angular2/issues/37 } // #enddocregion v1 */