From 8d756808b9fd20ee0a13218c7e3f7dd6926d3aab Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 21 Sep 2016 08:47:09 -0700 Subject: [PATCH] docs(toh-6): remove BrowserClient provider comment (#2431) Fixes #2347 --- public/docs/_examples/toh-6/dart/web/main.dart | 3 --- 1 file changed, 3 deletions(-) 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 */