Skip to content

Commit 5bcdd4a

Browse files
devversionjosephperrott
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 #5245
1 parent 106c37f commit 5bcdd4a

File tree

1 file changed

+0
-5
lines changed
  • material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/src/app/shared/plunker

1 file changed

+0
-5
lines changed

material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/src/app/shared/plunker/plunker-button.ts

Lines changed: 0 additions & 5 deletions
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)