From cff978aee66d48f291a1f441c588cbc0324f3e9b Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Mon, 28 Nov 2016 21:23:01 -0800 Subject: [PATCH] chore(plunker): open in embedded-style by default (#2884) Added "flat-style" attribute option if you prefer to force a plunker into the original, flat editor style --- public/resources/js/directives/live-example.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/resources/js/directives/live-example.js b/public/resources/js/directives/live-example.js index 6501317048..6d22812ae9 100644 --- a/public/resources/js/directives/live-example.js +++ b/public/resources/js/directives/live-example.js @@ -10,7 +10,7 @@ * [plnkr='...'] * [noSource] * [embedded] -* [embedded-style] +* [embedded-style | flat-style] * [srcText="..."] * [title="..."]>text * Example: @@ -38,6 +38,10 @@ * this example * // ~/resources/live-examples/{page}//ts/eplnkr.html * +* // Links to a *new* tab in the flat (original editor) style plunker editor +* this example +* // ~/resources/live-examples/{page}//ts/eplnkr.html +* * // Displays in *same* tab as an embedded style plunker editor *