MoviesSPA icon indicating copy to clipboard operation
MoviesSPA copied to clipboard

Results 5 MoviesSPA issues
Sort by recently updated
recently updated
newest added

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...