Skip to content

Commit b5f60ff

Browse files
committed
docs(forms): add link to Dart sample
Also fixing user-input (since we don’t need the “Run the” in the link). Contributes to angular#1598.
1 parent 9b3614d commit b5f60ff

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

public/docs/dart/latest/guide/forms.jade

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include ../_util-fns
22

3-
<!-- http://plnkr.co/edit/wg154K -->
43
:marked
54
We’ve all used a form to log in, submit a help request, place an order, book a flight,
65
schedule a meeting, and perform countless other data entry tasks.
@@ -29,6 +28,8 @@ include ../_util-fns
2928
- How to display validation errors to users and enable/disable form controls
3029

3130
- How to share information across controls with template reference variables
31+
32+
Run the <live-example></live-example>.
3233

3334
.l-main-section
3435
:marked

public/docs/dart/latest/guide/user-input.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ include ../_util-fns
55
we want to know about it. These user actions all raise DOM events.
66
In this chapter we learn to bind to those events using the Angular
77
event binding syntax.
8-
9-
<live-example>Run the live example</live-example>.
8+
9+
Run the <live-example></live-example>.
1010

1111
:marked
1212
## Binding to user input events

public/docs/ts/latest/guide/forms.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include ../_util-fns
2929

3030
- use [template reference variables](./template-syntax.html#ref-vars) for sharing information among HTML elements
3131

32-
<live-example>Live Example</live-example>
32+
Run the <live-example></live-example>.
3333

3434
.l-main-section
3535
:marked

public/docs/ts/latest/guide/user-input.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ include ../_util-fns
55
we want to know about it. These user actions all raise DOM events.
66
In this chapter we learn to bind to those events using the Angular
77
event binding syntax.
8-
9-
<live-example>Run the live example</live-example>.
8+
9+
Run the <live-example></live-example>.
1010

1111
:marked
1212
## Binding to user input events

0 commit comments

Comments
 (0)