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

docs(user-input): add link to Dart sample #2175

Merged
merged 1 commit into from
Aug 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion public/docs/dart/latest/guide/user-input.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ include ../_util-fns
In this chapter we learn to bind to those events using the Angular
event binding syntax.

<live-example>Run the live example</live-example>.

:marked
## Binding to user input events

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

The syntax is simple. We surround the DOM event name with
Expand Down
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/user-input.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include ../_util-fns
In this chapter we learn to bind to those events using the Angular
event binding syntax.

<live-example>Run the live example</live-example>
<live-example>Run the live example</live-example>.

:marked
## Binding to user input events
Expand Down