Creating tooltip custom directive
Now that you've got a basic idea of custom tooltips, in this lesson, we'll be creating one.
Before we get started, be sure to check out the code for module 6 by going to the terminal and typing:
$ git fetch
$ git checkout --track origin/module_6_start
Design
So what is the functionality we're aiming to create with our custom directive?
Click to load comments...