RMcNeely / angular-using-ngmessages-lab-v-000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating ngMessages on inputs to manage error state

Objectives

  • Include ngMessages submodule
  • Use ngMessages to compose different validation messages

Instructions

In this repo we've got a form that needs error messages displayed for it's validation rules.

Add the ngMessages module to our app (the file is already included), and then add the validation errors by using ngMessages.

About

License:Other


Languages

Language:HTML 56.8%Language:JavaScript 43.2%