Commit Graph

56 Commits (1cc0ee1387858540bb75af7cf580b1fac1dca4df)

Author SHA1 Message Date
Aftab Ansari d5e959a7c3 It should be W3School not CodeSchool (#3291)
* It should be W3School not CodeSchool

* Update angular.md

* Update angular.md
2017-05-06 08:51:49 -10:00
Aftab Ansari 6820ebec01 AngularJs Version is Synced with AngularJs Version in bowerJson file (#3289) 2017-05-01 21:13:26 -10:00
Aftab Ansari f4798aa7c6 Aftab ansari/angular js solution explorer (#3290)
* Replaced with Latest correct image

* Image resized
2017-05-01 21:13:16 -10:00
Tom Dykstra e4940fb39e remove wrench topics from toc (#3264) 2017-04-24 14:00:39 -07:00
Steve Smith 259b79e8e8 DI Disposing and Project Format Upgrade (#3016)
* Upgrade to VS2017 project format.

* Updated to describe how services container handles disposing of IDisposable instances

* added class definitions

* fixing bower path slashes
2017-03-30 07:49:50 -10:00
Tom Dykstra 930b656621 fix link (#3073) 2017-03-27 10:00:54 -07: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
Hamed 2bc550bd7d Remove redundant image (#3039) 2017-03-22 17:23:05 -10:00
Scott Addie 47bd60697e Change gulpfile.js snippet content type to JavaScript (#3038) 2017-03-22 17:14:14 -10:00
Scott Addie 922f5acb3c Add VS 2015 instructions for bundle & minify Gulp conversion (#3022) 2017-03-20 21:02:20 -10:00
Scott Addie 8ab055f5cf Remove unused BundlerMinifier.Core package references (#3009) 2017-03-20 11:10:30 -10:00
Scott Addie 22078948af Minor fixes to Bundling & Minification doc (#3010)
Thanks for that review... :-)
2017-03-20 11:11:10 -04:00
Shayne Boyer 31f5f9c397 Bundler Minify update (#2992)
* update doc

* update static and samples
2017-03-16 14:27:09 -10:00
damienbod 8ae7901654 renaming to AngularJS like in page (#2925) 2017-03-08 16:32:45 -05:00
Tom Dykstra 08b25a07a7 project.json --> .csproj for client-side/using-gulp.md (#2854) 2017-03-06 09:35:59 -08:00
Tom Dykstra f3a6567eb4 update h1 (#2845)
* update h1

* update title and h1
2017-03-06 09:35:58 -08:00
Tom Dykstra b32f3ccb39 project.json to .csproj for Less/Sass/FontAwesome (#2835)
* remove ref to project.json, misc updates

* remove ref to project.json, misc updates 2

* remove gulp for bower copy task
2017-03-06 09:35:58 -08:00
Shayne Boyer ccd9f45a5e Update Getting started with Yeoman to csproj (#2813)
* Razor remove csproj (#2662)

* don't merge

* csproj razor update

* code style

* Update razor.md

* CRLF / LF issues in these files

* update yeoman to csproj

* remove whitespace

* Addressins feedback and minor cleanuo
2017-03-06 09:24:26 -08:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Tom Dykstra d429e7977e h1 update (#2844) 2017-02-27 12:40:05 -08:00
Scott Addie 04a7c31f0f Remove extraneous asterisk from Bower doc (#2815)
👍
2017-02-22 12:07:39 -05:00
Scott Addie d1be108042 Remove extraneous backtick from Bower doc (#2814)
👍
2017-02-22 12:07:15 -05:00
Rick Anderson 81aeebc239 rewrite and remove project.json from Bower doc (#2778)
* rewrite and remove project.json

* Update bower.md

* Update _Layout.cshtml

* Scott intro rewrite
2017-02-20 20:53:41 -10:00
Shayne Boyer e29779d15e Yeoman article fixes (#2793)
* whitespace

* update generator version for project.json

* metadata update
2017-02-17 12:13:09 -05: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
Rick Anderson 538944d2cc Update short titles (#2595)
* Update index.md

* Update bundling-and-minification.md

* Update knockout.md

* Update using-grunt.md

* Update using-gulp.md

* Update index.md

* Update index.md

* Update app-state.md

* Update configuration.md

* Update dependency-injection.md

* Update error-handling.md

* Update file-providers.md

* Update hosting.md

* Update logging.md
2017-01-23 15:17:00 -08:00
Shayne Boyer 801a6d9222 title to sentence case (#2588)
* title to sentence case

* Address comments
2017-01-23 13:15:29 -08:00
Nicolò Carandini 0845cbde30 Add Using Browser Link article to client side dev (#2445)
* Create using-browserlink doc with metadata

* Add to index and toc

* First completed version with images

* UE Edit

* Add source project
Update article with code instead of image

* Fix code highlight parameters

* Add Dashboard images
Remove unused code image

* Update image

* Add text and images for the  Dashboard

* Fix missing 's' on image

* revise extensions note wording
2017-01-19 15:34:07 -08:00
Luke Latham 5f7ff2bae2 Test PR: client-side docs (codeblocks and more) (#2529)
* Update using-gulp.md

* Update using-grunt.md

* Update bower.md

* Update bootstrap.md

* Update knockout.md

* Update angular.md

* Update less-sass-fa.md

* Update less-sass-fa.md

* Update bundling-and-minification.md

* Update yeoman.md

* Update bootstrap.md

* Update bower.md

* Update bundling-and-minification.md

* Update knockout.md

* Update using-gulp.md

* Update angular.md

* Update bootstrap.md

* Update angular.md

* Update bower.md

* Update bundling-and-minification.md

* Update index.md

* Update knockout.md

* Update less-sass-fa.md

* Update toc.md

* Update using-grunt.md

* Update using-gulp.md

* Update yeoman.md

* Update angular.md
2017-01-18 15:19:53 -10:00
Tom Dykstra b9c9439498 fix links for bug 707589 (#2437) 2016-12-22 10:05:24 -08:00
Luke Latham 5e2118e1e6 Specify alt text in all images (#2434)
* Update publish-to-azure-webapp-using-vs.md

* Update google-logins.md

* Update working-with-sql.md

* Update microsoft-logins.md

* Update twitter-logins.md

* Update facebook-logins.md

* Update index.md

* Update accconfirm.md

* Update 2fa.md

* Update yeoman.md

* Update file-providers.md

* Update app-state.md

* Update localization.md

* Update middleware.md

* Update dependency-injection.md

* Update mvc.md

* Update webapi.md

* Update native-mobile-backend.md

* Update filters.md

* Update formatting.md

* Update dependency-injection.md

* Update adding-controller.md

* Update adding-model.md

* Update search.md

* Update controller-methods-views.md

* Update adding-view.md

* Update validation.md

* Update first-web-api.md

* Update web-api-help-pages-using-swagger.md

* Update your-first-mac-aspnet.md

* Update azure-continuous-deployment.md

* Update vsts-continuous-deployment.md

* Update dependency-injection.md

* Delete FBLogin2.PNG

* Delete pass1.PNG

* Delete pass2.PNG

* Add files via upload

* Update facebook-logins.md

* Update index.md
2016-12-22 10:03:29 -08:00
Shayne Boyer 4f405816cb Partially addresses Issue 2147 (#2382)
* update image alt tags - init

* sass and grunt

* using gulp

* onsie twosie updates

* more single changes
2016-12-13 08:31:52 -08:00
Tom Dykstra 2157d44371 test commit 2016-12-09 17:26:43 -08:00
Luke Latham 99c8b8e752 Update using-gulp.md 2016-12-04 22:48:51 -06:00
Luke Latham d75a43fdf2 Update using-grunt.md 2016-12-04 22:48:34 -06:00
Luke Latham c2eef57321 Command line/command-line/command prompt updates (#2284)
Command line/command-line/command prompt updates
2016-12-01 09:15:06 -08:00
Nick Bourke 69e86da333 change "project.json" to "package.json" (#2267)
File said to add the "devDependencies" section to project.json instead of package.json.
2016-11-29 08:57:08 -05:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Shayne Boyer deba8af093 update keywords and description 2016-11-17 15:53:46 -05:00
Shayne Boyer b159104378 update description and keywords 2016-11-17 15:52:54 -05:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Tom Dykstra fc27a53d4d servers rewrite (#2199) 2016-11-17 09:16:26 -08:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Tom Dykstra 54a0fc595e fix links 2016-11-15 08:46:25 -08:00
Shayne Boyer b9da7aa5ea Merge pull request #2140 from aspnet/tdykstra-patch-1
remove external link to outdated content
2016-11-12 14:37:29 -05:00
Shayne Boyer b5106d99ad Merge pull request #2141 from aspnet/tdykstra-patch-2-1
add theme change how-to
2016-11-12 13:34:11 -05:00
Steve Smith 807a02838b Author updates (#2144) 2016-11-11 11:28:14 -05:00
Tom Dykstra 83cd02b208 add theme change how-to 2016-11-10 08:57:07 -08:00