getting-MEAN icon indicating copy to clipboard operation
getting-MEAN copied to clipboard

The source code for the application in my book Getting MEAN.

Results 13 getting-MEAN issues
Sort by recently updated
recently updated
newest added

The doSetAverageRating is unable to update the rating when the last review is deleted as the reviews has length 0 for which it skips the if clause which update the...

I was having some issues with the last part of Chapter 7, and this fix seemed to address them. I think the problem was an empty/incomplete form redirecting to a...

'validation.js' performs missing-field form validation and adds an warning message to the #addReview DOM element. There is no #addReview attribute in this template. Adding the #addReview attribute to the div...

.navbar spacing on row 9 was indented one less space than it should have been which resulted in the angular controller file 'loc8rApp.js' (added later in chapter) to load incorrectly.