angular/material-start

Contact ngClick points to wrong function

consulgo opened this issue · 0 comments

Nothing happens when you click on contact buton.
In code there is now:
cp.submitContact(item)
Should be:
cp.contactUser(item)
to make current version of example working.