ac5b1dc073
* 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 |
||
---|---|---|
.. | ||
_static | ||
sample/AngularJSSample |