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
This commit is contained in:
Peter Bacon Darwin
2014-10-20 10:32:06 +01:00
parent a56435f3ae
commit 38e2856889

View File

@@ -33,7 +33,7 @@ browser new syntax through a construct we call directives. Examples include:
* Data binding, as in `{{}}`.
* DOM control structures for repeating/hiding DOM fragments.
* Support for forms and form validation.
* Attaching code-behind to DOM elements.
* Attaching new behavior to DOM elements, such as DOM event handling.
* Grouping of HTML into reusable components.