docs(toh-6): remove BrowserClient provider comment (#2431)

Fixes #2347
This commit is contained in:
Patrice Chalin 2016-09-21 08:47:09 -07:00 committed by Kathy Walrath
parent fdf517ee6b
commit 8d756808b9
1 changed files with 0 additions and 3 deletions

View File

@ -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
*/