Commit Graph

6 Commits (2c36be09d5a8a61b88c066f4a36413af7fe8931d)

Author SHA1 Message Date
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
Scott Addie 8ab055f5cf Remove unused BundlerMinifier.Core package references (#3009) 2017-03-20 11:10:30 -10:00
damienbod 4f6c5f18ec Damienbod/angular to angularjs (#2735)
* 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
2017-02-10 08:48:58 -10:00
Rick Anderson 23992155c0 removed project.json ref (#2704) 2017-02-08 15:25:24 -10:00
Rick Anderson c029d11b40 Delete Project_Readme.html 2017-02-08 15:19:07 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00