From d9c1054ae600dad901380e8190ce380b63315fc9 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 30 Nov 2016 10:10:12 -0800 Subject: [PATCH] docs(quickstart): tweak for Dart - don't suggest editing example Until we have dartpad working, don't suggest editing the example. --- public/docs/ts/_cache/quickstart.jade | 6 +++--- public/docs/ts/latest/quickstart.jade | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/docs/ts/_cache/quickstart.jade b/public/docs/ts/_cache/quickstart.jade index 71c9766fb6..2e953900c6 100644 --- a/public/docs/ts/_cache/quickstart.jade +++ b/public/docs/ts/_cache/quickstart.jade @@ -23,12 +23,12 @@ block includes The message starts with "Hello" and ends with `{{name}}`, which is an Angular [interpolation binding](guide/displaying-data.html) expression. At runtime, Angular replaces `{{name}}` with the value of the component's `name` property. - - In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens. - Interpolation binding is one of many Angular features you'll discover in this documentation. +ifDocsFor('ts') + :marked + In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens. + .callout.is-helpful header A word about TypeScript p. diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 71c9766fb6..2e953900c6 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -23,12 +23,12 @@ block includes The message starts with "Hello" and ends with `{{name}}`, which is an Angular [interpolation binding](guide/displaying-data.html) expression. At runtime, Angular replaces `{{name}}` with the value of the component's `name` property. - - In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens. - Interpolation binding is one of many Angular features you'll discover in this documentation. +ifDocsFor('ts') + :marked + In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens. + .callout.is-helpful header A word about TypeScript p.