Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e1c0a8e

Browse files
docs(guide/introduction): remove ambiguous "code-behind" jargon
This commit tries to remove the jargon and explain in plain English what it means to add "code-behind" via a directive. Closes #9684
1 parent ba9d073 commit e1c0a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/introduction.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ browser new syntax through a construct we call directives. Examples include:
3333
* Data binding, as in `{{}}`.
3434
* DOM control structures for repeating/hiding DOM fragments.
3535
* Support for forms and form validation.
36-
* Attaching code-behind to DOM elements.
36+
* Attaching new behavior to DOM elements, such as DOM event handling.
3737
* Grouping of HTML into reusable components.
3838

3939

0 commit comments

Comments
 (0)