docs(forms): add link to Dart sample (#2176)
Contributes to #1598. Also: - Trimmed trailing whitespace. - Fixing user-input (since we don’t need the “Run the” in the link).
This commit is contained in:
parent
9b3614d151
commit
fcaf8fa365
@ -1,6 +1,5 @@
|
|||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
<!-- http://plnkr.co/edit/wg154K -->
|
|
||||||
:marked
|
:marked
|
||||||
We’ve all used a form to log in, submit a help request, place an order, book a flight,
|
We’ve all used a form to log in, submit a help request, place an order, book a flight,
|
||||||
schedule a meeting, and perform countless other data entry tasks.
|
schedule a meeting, and perform countless other data entry tasks.
|
||||||
@ -30,6 +29,8 @@ include ../_util-fns
|
|||||||
|
|
||||||
- How to share information across controls with template reference variables
|
- How to share information across controls with template reference variables
|
||||||
|
|
||||||
|
Run the <live-example></live-example>.
|
||||||
|
|
||||||
.l-main-section
|
.l-main-section
|
||||||
:marked
|
:marked
|
||||||
## Template-driven forms
|
## Template-driven forms
|
||||||
|
@ -6,7 +6,7 @@ include ../_util-fns
|
|||||||
In this chapter we learn to bind to those events using the Angular
|
In this chapter we learn to bind to those events using the Angular
|
||||||
event binding syntax.
|
event binding syntax.
|
||||||
|
|
||||||
<live-example>Run the live example</live-example>.
|
Run the <live-example></live-example>.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
## Binding to user input events
|
## Binding to user input events
|
||||||
|
@ -29,7 +29,7 @@ include ../_util-fns
|
|||||||
|
|
||||||
- use [template reference variables](./template-syntax.html#ref-vars) for sharing information among HTML elements
|
- use [template reference variables](./template-syntax.html#ref-vars) for sharing information among HTML elements
|
||||||
|
|
||||||
<live-example>Live Example</live-example>
|
Run the <live-example></live-example>.
|
||||||
|
|
||||||
.l-main-section
|
.l-main-section
|
||||||
:marked
|
:marked
|
||||||
|
@ -6,7 +6,7 @@ include ../_util-fns
|
|||||||
In this chapter we learn to bind to those events using the Angular
|
In this chapter we learn to bind to those events using the Angular
|
||||||
event binding syntax.
|
event binding syntax.
|
||||||
|
|
||||||
<live-example>Run the live example</live-example>.
|
Run the <live-example></live-example>.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
## Binding to user input events
|
## Binding to user input events
|
||||||
|
Loading…
x
Reference in New Issue
Block a user