In this chapter we are going to cover how data binding works in Aurelia. We will look at binding data as well as binding events. Upon completing this chapter, you will have a good understanding of how binding works in Aurelia.
Data Binding and Event Binding
Aurelia has a simple binding paradigm. Wherever you see the dot (.) notation in your HTML, you will know that you are looking at a binding syntax. Aurelia treats binding data and events exactly the same way, which makes learning the paradigm very easy and adds to the consistency of the overall framework.
Binding
When ...