X Tutup
Skip to content

Commit c6f454f

Browse files
committed
docs: remove duplicate 'directives' from example
Closes angular#7963
1 parent ccff175 commit c6f454f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/angular2/src/common/forms/directives/ng_control_group.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ const controlGroupProvider =
5252
* <pre>{{valueOf(f)}}</pre>
5353
* </form>
5454
* </div>
55-
* `,
56-
* directives: [FORM_DIRECTIVES]
55+
* `
5756
* })
5857
* export class App {
5958
* valueOf(cg: NgControlGroup): string {

0 commit comments

Comments
 (0)
X Tutup