This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -262,16 +262,16 @@ <h1 id="wire-up-a-backend">Wire up a Backend</h1>
262
262
< div class ="span4 ">
263
263
< h3 > Deep Linking</ h3 >
264
264
< p >
265
- A deep link reflects where the user is in the app, this is useful so users can bookmark
266
- and email links to locations within apps . Round trip apps get this automatically, but
267
- AJAX apps by their nature do not. AngularJS combines the benefits of deep link with
265
+ A deep link reflects where the user is in the app. This is useful so users can bookmark
266
+ and email links to locations within the app . Round trip apps get this automatically, but
267
+ AJAX apps by their nature do not. AngularJS combines the benefits of deep linking with
268
268
desktop app-like behavior.
269
269
</ p >
270
270
</ div >
271
271
< div class ="span4 ">
272
272
< h3 > Form Validation</ h3 >
273
273
< p >
274
- Client-side form validation is an important part of great user experience.
274
+ Client-side form validation is an important part of a great user experience.
275
275
AngularJS lets you declare the validation rules of the form without having to write
276
276
JavaScript code. Write less code, go have beer sooner.
277
277
</ p >
@@ -309,7 +309,7 @@ <h1 id="create-components">Create Components</h1>
309
309
< div class ="span4 ">
310
310
< h3 > Directives</ h3 >
311
311
< p >
312
- Directives is a unique and powerful feature available only in Angular. Directives let
312
+ Directives are a unique and powerful feature available only in Angular. Directives let
313
313
you invent new HTML syntax, specific to your application.
314
314
</ p >
315
315
</ div >
You can’t perform that action at this time.
0 commit comments