learn-co-students / angular-compile-link-lab-v-000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile and link

Objectives

  • Explore the APIs and instances given to us through compile and link

Instructions

Take the directive in this repo, and add a link function to it.

Use the compile function to change the textContent of our directive.

Then, use the post function to add an event listener to the directive.

View Angular Compile Link Lab on Learn.co and start learning to code for free.

About

License:Other


Languages

Language:JavaScript 55.0%Language:HTML 45.0%