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

Commit 9b3614d

Browse files
chalinkwalrath
authored andcommitted
docs(user-input): add link to Dart sample (#2175)
Contributes to #1598.
1 parent cc6ed06 commit 9b3614d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ include ../_util-fns
66
In this chapter we learn to bind to those events using the Angular
77
event binding syntax.
88

9+
<live-example>Run the live example</live-example>.
10+
911
:marked
1012
## Binding to user input events
1113

12-
We can use Angular event bindings <!-- PENDING: link to ./template-syntax.html#event-binding -->
14+
We can use [Angular event bindings](./template-syntax.html#event-binding)
1315
to respond to [any DOM event](https://developer.mozilla.org/en-US/docs/Web/Events).
1416

1517
The syntax is simple. We surround the DOM event name with

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include ../_util-fns
66
In this chapter we learn to bind to those events using the Angular
77
event binding syntax.
88

9-
<live-example>Run the live example</live-example>
9+
<live-example>Run the live example</live-example>.
1010

1111
:marked
1212
## Binding to user input events

0 commit comments

Comments
 (0)