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

Commit 36091d5

Browse files
chalinkwalrath
authored andcommitted
docs(DI/dart): fix incorrect snippet (#2017)
Dart counterpart to #2001. Fixes #1956 for Dart.
1 parent 6f63e6a commit 36091d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/_examples/dependency-injection/dart/lib/heroes/heroes_component_1.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import 'package:angular2/core.dart';
77
import 'hero_list_component_2.dart';
88
import 'hero_service_1.dart';
99
/*
10-
// #docregion full
10+
// #docregion full, v1
1111
import 'hero_list_component.dart';
12-
// #docregion v1
12+
// #enddocregion v1
1313
import 'hero_service.dart';
14-
// #enddocregion full, v1
14+
// #enddocregion full
1515
*/
1616
// #docregion full, v1
1717

0 commit comments

Comments
 (0)