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

Contributes to #1598.
This commit is contained in:
Patrice Chalin 2016-08-22 15:15:30 -07:00 committed by Kathy Walrath
parent cc6ed06f78
commit 9b3614d151
2 changed files with 4 additions and 2 deletions

View File

@ -6,10 +6,12 @@ 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>.
:marked :marked
## Binding to user input events ## 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). 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 The syntax is simple. We surround the DOM event name with

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> <live-example>Run the live example</live-example>.
:marked :marked
## Binding to user input events ## Binding to user input events