docs(quickstart): tweak for Dart - don't suggest editing example

Until we have dartpad working, don't suggest editing the example.
This commit is contained in:
Patrice Chalin 2016-11-30 10:10:12 -08:00 committed by Kathy Walrath
parent c76cba1707
commit d9c1054ae6
2 changed files with 6 additions and 6 deletions

View File

@ -23,12 +23,12 @@ block includes
The message starts with "Hello" and ends with `{{name}}`, The message starts with "Hello" and ends with `{{name}}`,
which is an Angular [interpolation binding](guide/displaying-data.html) expression. 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. 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. Interpolation binding is one of many Angular features you'll discover in this documentation.
+ifDocsFor('ts') +ifDocsFor('ts')
:marked
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
.callout.is-helpful .callout.is-helpful
header A word about TypeScript header A word about TypeScript
p. p.

View File

@ -23,12 +23,12 @@ block includes
The message starts with "Hello" and ends with `{{name}}`, The message starts with "Hello" and ends with `{{name}}`,
which is an Angular [interpolation binding](guide/displaying-data.html) expression. 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. 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. Interpolation binding is one of many Angular features you'll discover in this documentation.
+ifDocsFor('ts') +ifDocsFor('ts')
:marked
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
.callout.is-helpful .callout.is-helpful
header A word about TypeScript header A word about TypeScript
p. p.