We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9d073 commit e1c0a8eCopy full SHA for e1c0a8e
docs/content/guide/introduction.ngdoc
@@ -33,7 +33,7 @@ browser new syntax through a construct we call directives. Examples include:
33
* Data binding, as in `{{}}`.
34
* DOM control structures for repeating/hiding DOM fragments.
35
* Support for forms and form validation.
36
- * Attaching code-behind to DOM elements.
+ * Attaching new behavior to DOM elements, such as DOM event handling.
37
* Grouping of HTML into reusable components.
38
39
0 commit comments