(c)We Want to Hear from You



Node.js, MongoDB and AngularJS Web Development

First Edition

Copyright © 2014 Pearson Education, Inc.

ISBN-10: 0-321-99578-3

ISBN-13: 978-0-321-99578-0

Warning and Disclaimer

Every effort has been made to make this book as complete and as accurate as possible, but no warranty or fitness is implied. The information provided is on an "as is" basis. The author and the publisher shall have neither liability nor responsibility to any person or entity with respect to any loss or damages arising from the information contained in this book or from the use of the CD or programs accompanying it.

When reviewing corrections, always check the print number of your book. Corrections are made to printed books with each subsequent printing.

First Printing: June 2014

Corrections for July 28, 2014

|Pg |Error |Correction |

|17 |Chapter 2, First Bullet, Object Literal command |Should read: |

| |Reads: | |

| |var obj = {“name”: “Brad”, “occupation”: “Hacker”, “age”, “Unknown”}; |var obj = {“name”: “Brad”, “occupation”: “Hacker”, “age”: “Unknown”}; |

Corrections for July 23, 2014

|Pg |Error |Correction |

|34 |Chapter 2, Combining Arrays, First and Second Sentence |Should read: |

| |Reads: | |

| |You can combine arrays the same way that you combine String objects: using + |You can combine arrays using the concat() method but not the + method. In the following code, the |

| |statements or using eh concat () method. In the following code, arr3 ends up |variable arr3 contains a string representation of the elements in arr1 and arr2. Whereas the variable|

| |being the same as arr4: |arr4, in the following code, is an array with the combined elements from arr1 and arr2: |

Corrections for July 21, 2014

|Pg |Error |Correction |

|417 |Chapter 21, First Paragraph, Second Sentence |Should read: |

| |Reads: | |

| |Line 2 and 7 add the value providers. |Line 2 and 8 add the value providers. |

|417 |Chapter 21, First Paragraph, Third Sentence |Should read: |

| |Reads: | |

| |Lines 3 and 8 use dependency injection to inject the value providers into the |Lines 3 and 9 use dependency injection to inject the value providers into the controllers for each |

| |controllers for each module. |module. |

|488 |Chapter 25, Top of Page, First Non-complete Paragraph, last Code Example |Should read: |

| |Reads: | |

| |return function (value) { return value*myConst; }; |return function(value { return value +myConstant; }; |

|488 |Chapter 25, Creating Service Services, Second Paragraph, Last Code Example |Should read: |

| |Reads: | |

| |app.service (‘constMath’, [‘myConst’, ConstMathObj); |app.service (‘constMath’, [‘myConst’, ConstMathObj] ); |

This errata sheet is intended to provide updated technical information. Spelling and grammar misprints are updated during the reprint process, but are not listed on this errata sheet.

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download