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

Commit d9c1054

Browse files
chalinkwalrath
authored andcommitted
docs(quickstart): tweak for Dart - don't suggest editing example
Until we have dartpad working, don't suggest editing the example.
1 parent c76cba1 commit d9c1054

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

public/docs/ts/_cache/quickstart.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ block includes
2323
The message starts with "Hello" and ends with `{{name}}`,
2424
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
2525
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
26-
27-
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
28-
2926
Interpolation binding is one of many Angular features you'll discover in this documentation.
3027

3128
+ifDocsFor('ts')
29+
:marked
30+
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
31+
3232
.callout.is-helpful
3333
header A word about TypeScript
3434
p.

public/docs/ts/latest/quickstart.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ block includes
2323
The message starts with "Hello" and ends with `{{name}}`,
2424
which is an Angular [interpolation binding](guide/displaying-data.html) expression.
2525
At runtime, Angular replaces `{{name}}` with the value of the component's `name` property.
26-
27-
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
28-
2926
Interpolation binding is one of many Angular features you'll discover in this documentation.
3027

3128
+ifDocsFor('ts')
29+
:marked
30+
In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens.
31+
3232
.callout.is-helpful
3333
header A word about TypeScript
3434
p.

0 commit comments

Comments
 (0)