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

Commit 921502a

Browse files
devversionjelbourn
authored andcommitted
fix: plunkers not including source files (#199)
* Fixes that the Plunker form does not contain the source-files from the associated example. Fixes angular/components#5245
1 parent 22aa8ce commit 921502a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/shared/plunker/plunker-button.ts

-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ export class PlunkerButton {
2525
set example(example: string) {
2626
const exampleData = new ExampleData(example);
2727

28-
// TODO(jelbourn): remove this when bad defaults are no longer included in the source
29-
exampleData.exampleFiles = [];
30-
exampleData.examplePath = '';
31-
exampleData.indexFilename = '';
32-
3328
this.plunkerWriter.constructPlunkerForm(exampleData).then(plunkerForm => {
3429
this.plunkerForm = plunkerForm;
3530
this.isDisabled = false;

0 commit comments

Comments
 (0)