diff --git a/.gitignore b/.gitignore index 900c1cb07d8b..6b471693cad8 100644 --- a/.gitignore +++ b/.gitignore @@ -213,4 +213,4 @@ project.lock.json __pycache__/ #Mac OSX -.DS_Store \ No newline at end of file +.DS_Store diff --git a/aspnetcore/client-side/angular.md b/aspnetcore/client-side/angular.md index 84b7bf5a9c4c..0694debe23b0 100644 --- a/aspnetcore/client-side/angular.md +++ b/aspnetcore/client-side/angular.md @@ -1,8 +1,8 @@ --- -title: Using Angular for Single Page Applications (SPAs) | Microsoft Docs +title: Using AngularJS for Single Page Applications (SPAs) | Microsoft Docs author: rick-anderson description: Learn how to build a SPA-style ASP.NET application using AngularJS -keywords: ASP.NET Core, Angular, SPA +keywords: ASP.NET Core, AngularJS, SPA ms.author: riande manager: wpickett ms.date: 10/14/2016 @@ -12,10 +12,8 @@ ms.technology: aspnet ms.prod: aspnet-core uid: client-side/angular --- -# Using Angular for Single Page Applications (SPAs) +# Using AngularJS for Single Page Applications (SPAs) ->[!WARNING] -> This page documents version 1.0.0-rc1 and has not yet been updated for version 1.0.0 By [Venkata Koppaka](http://blog.falafel.com/author/venkata-koppaka/) and [Scott Addie](https://scottaddie.com) @@ -29,7 +27,7 @@ In this article, you will learn how to build a SPA-style ASP.NET application usi AngularJS is not a DOM manipulation library like jQuery, but it uses a subset of jQuery called jQLite. AngularJS is primarily based on declarative HTML attributes that you can add to your HTML tags. You can try AngularJS in your browser using the [Code School website](https://www.codeschool.com/courses/shaping-up-with-angular-js). -This article focuses on Angular 1.X with some notes on where Angular is heading with 2.0. +This article focuses on AngularJS with some notes on where Angular is heading. ## Getting started @@ -41,21 +39,21 @@ There are several ways to add AngularJS to your application. If you’re startin -[!code-json[Main](../client-side/angular/sample/AngularSample/src/AngularSample/bower.json?highlight=9)] +[!code-json[Main](../client-side/angular/sample/AngularJSSample/src/AngularJSSample/bower.json?highlight=9)] Upon saving the *bower.json* file, Angular will be installed in your project's *wwwroot/lib* folder. Additionally, it will be listed within the `Dependencies/Bower` folder. See the screenshot below. -![Solution Explorer with Angular Project](angular/_static/angular-solution-explorer.png) +![Solution Explorer with AngularJS Project](angular/_static/angular-solution-explorer.png) Next, add a `