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

Commit fd362a8

Browse files
committed
doc(cb-a11y): Labelling form controls: delete unused
1 parent a6ac842 commit fd362a8

16 files changed

+0
-200
lines changed

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-checkboxes.component.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-checkboxes.component.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-form-controls.component.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import {Component, OnInit} from "angular2/core";
22
import {CORE_DIRECTIVES, FORM_DIRECTIVES} from "angular2/common";
3-
import {A11yInput} from "./a11y-input.component";
4-
import {A11yInputExplicit} from "./a11y-input-explicit.component";
5-
import {A11yCheckboxes} from "./a11y-checkboxes.component";
6-
import {A11yRadiobuttons} from "./a11y-radiobuttons.component";
7-
import {A11ySelect} from "./a11y-select.component";
8-
import {A11yTextarea} from "./a11y-textarea.component";
9-
import {A11yHiddenLabels} from "./a11y-hidden-labels.component";
103
import {A11yHelper} from "../services/a11y-helper.service";
114
import {ROUTER_DIRECTIVES} from "angular2/router";
125
import {A11yCustomControl} from "./a11y-custom-control.component";
@@ -18,13 +11,6 @@ import {A11yCustomControl} from "./a11y-custom-control.component";
1811
CORE_DIRECTIVES,
1912
FORM_DIRECTIVES,
2013
ROUTER_DIRECTIVES,
21-
A11yInput,
22-
A11yInputExplicit,
23-
A11yCheckboxes,
24-
A11yRadiobuttons,
25-
A11ySelect,
26-
A11yTextarea,
27-
A11yHiddenLabels,
2814
A11yCustomControl
2915
]
3016
})

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-hidden-labels.component.css

Lines changed: 0 additions & 15 deletions
This file was deleted.

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-hidden-labels.component.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-hidden-labels.component.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-input-explicit.component.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-input-explicit.component.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-input.component.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

public/docs/_examples/cb-a11y/ts/app/form-controls/a11y-input.component.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)