Commit Graph

5 Commits (6cd0296ef2ec2c87b2c44b50dae14a4b6b488f89)

Author SHA1 Message Date
Scott Addie 43ef7d7cf4 Remove double quotes used in addTagHelper directives (#3600) 2017-06-30 01:27:25 +00:00
Aftab Ansari 6820ebec01 AngularJs Version is Synced with AngularJs Version in bowerJson file (#3289) 2017-05-01 21:13:26 -10:00
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