diff --git a/src/index.html b/src/index.html index fada538c9..e47b35442 100644 --- a/src/index.html +++ b/src/index.html @@ -262,16 +262,16 @@

Wire up a Backend

Deep Linking

- A deep link reflects where the user is in the app, this is useful so users can bookmark - and email links to locations within apps. Round trip apps get this automatically, but - AJAX apps by their nature do not. AngularJS combines the benefits of deep link with + A deep link reflects where the user is in the app. This is useful so users can bookmark + and email links to locations within the app. Round trip apps get this automatically, but + AJAX apps by their nature do not. AngularJS combines the benefits of deep linking with desktop app-like behavior.

Form Validation

- Client-side form validation is an important part of great user experience. + Client-side form validation is an important part of a great user experience. AngularJS lets you declare the validation rules of the form without having to write JavaScript code. Write less code, go have beer sooner.

@@ -309,7 +309,7 @@

Create Components

Directives

- Directives is a unique and powerful feature available only in Angular. Directives let + Directives are a unique and powerful feature available only in Angular. Directives let you invent new HTML syntax, specific to your application.