pacosta613 / angular-understanding-restrict-lab-v-000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding "restrict"

Objectives

  • Integrate restriction

Instructions

In this repo we've got directives named errorMessage and successMessage.

Change errorMessage to only be allowed to be used as an attribute.

Change successMessage to only be allowed to be used as an element.

About

License:Other


Languages

Language:JavaScript 65.9%Language:HTML 34.1%