...

/

Exercise: Handle Events with a Custom Attribute Directive

Exercise: Handle Events with a Custom Attribute Directive

Let’s practice handing events in directives.

We'll cover the following...

Objectives

Our task is to extend our avatar directive with the following features:

  • The image should be slightly scaled up when
...