c1505 / angular-native-dom-apis-lab-v-000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native DOM APIs

Objectives

  • Use a native event API
  • Use a Controller inside Directive
  • Update Controller layer using native events

Instructions

Using the directive in this repo, add event listeners to change the text when the user clicks. Change it to "Thank you for clicking!". Remember to use require and $apply()!

About

License:Other


Languages

Language:JavaScript 65.4%Language:HTML 34.6%