AspNetCore.Docs/aspnetcore/client-side/angular/sample/AngularJSSample
maschram ac5b1dc073 PersonController Callback Fix (#2974)
* 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
2017-03-23 08:30:40 -10:00
..
src/AngularJSSample PersonController Callback Fix (#2974) 2017-03-23 08:30:40 -10:00
AngularJSSample.sln Damienbod/angular to angularjs (#2735) 2017-02-10 08:48:58 -10:00