* Switched callback functions from PersonController
to use .then() response rather than deprecated .success().error()
which led to example failing (see https://code.angularjs.org/1.5.0/docs/api/ng/service/$http)
* Changed JsonSerializer contract resolver to DefaultContractResolver
This prevents field names in Person model from getting converted
to camelCase when serializing Json, which prevented the list from being
correctly displayed
* Removed JsonSerializerSettings from Json serialization and replaced with informative comment
* Removed unnecessary using statements
* updating to msbuild
* renaming to AngularJS
* adding client app
* removing packages, not required
* updating to ASP.NET Core 1.1
* updating to ASP.NET Core 1.1
* updating the md file
* removing gitignore excludes because these are not required
* revert, should not have been removed