So I'm using ASP.NET with MVC 5. I have a Model called 'Employee' which holds a 'FirstName' value. I have a list of Employees, and I'm trying to use angular to grab all of the 'FirstName's in Employee and just simply display them in a list.So I'm using ASP.NET with MVC 5. I have a Model