MoviesSPA
MoviesSPA copied to clipboard
The first line of https://github.com/MikeWasson/MoviesSPA/blob/master/MovieSPA.Knockout/Scripts/app.service.js reads: `window.app = window.todoApp || {};` `todoApp` is probably a typo and it would be cleaner if it was changed to `App` or `moviesApp`.
Update of the movie record in the grid results in the HTTP 404 error. This is due to missing parenthesis for the KO observable property "ID" in the "app.service.js" under...
Hello Mike, Extremely useful info, I tried to run this application but get an error as soon as the app launches. The first genre is already assigned so it tries...