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:
Patrice Chalin 2016-08-22 15:41:13 -07:00 committed by Kathy Walrath
parent 9b3614d151
commit fcaf8fa365
4 changed files with 52 additions and 51 deletions

View File

@ -1,6 +1,5 @@
include ../_util-fns include ../_util-fns
<!-- http://plnkr.co/edit/wg154K -->
:marked :marked
Weve all used a form to log in, submit a help request, place an order, book a flight, Weve 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

View File

@ -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

View File

@ -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

View File

@ -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