Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8d75680

Browse files
chalinkwalrath
authored andcommitted
docs(toh-6): remove BrowserClient provider comment (#2431)
Fixes #2347
1 parent fdf517e commit 8d75680

File tree

1 file changed

+0
-3
lines changed
  • public/docs/_examples/toh-6/dart/web

1 file changed

+0
-3
lines changed

public/docs/_examples/toh-6/dart/web/main.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ void main() {
2323
bootstrap(AppComponent, [
2424
provide(BrowserClient, useFactory: () => new BrowserClient(), deps: [])
2525
]);
26-
// Simplify bootstrap provider list to [BrowserClient]
27-
// once there is a fix for:
28-
// https://github.com/dart-lang/angular2/issues/37
2926
}
3027
// #enddocregion v1
3128
*/

0 commit comments

Comments
 (0)