Angular Data Driven Modals

Click on the "Add Data" button to launch the add data modal. Click on a table row to launch an edit data modal.

Further details, source code, and a detailed explanation can be found here in my github repo.

Data Table

Customer Name Street Address City State Active
{{customer.customerName}} {{customer.street}} {{customer.city}} {{customer.usState}}