Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Update index.html #208

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,16 @@ <h1 id="wire-up-a-backend">Wire up a Backend</h1>
<div class="span4">
<h3>Deep Linking</h3>
<p>
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.
</p>
</div>
<div class="span4">
<h3>Form Validation</h3>
<p>
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.
</p>
Expand Down Expand Up @@ -309,7 +309,7 @@ <h1 id="create-components">Create Components</h1>
<div class="span4">
<h3>Directives</h3>
<p>
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.
</p>
</div>
Expand Down