ultimate-angular-starter-seed icon indicating copy to clipboard operation
ultimate-angular-starter-seed copied to clipboard

The starter project for the "Ultimate Angular 1.x Fundamentals" course

Results 2 ultimate-angular-starter-seed issues
Sort by recently updated
recently updated
newest added

Hi, it seems that defining the API to the jsonplaceholder-URL you do in Lab 5 via `var API = '//jsonplaceholder.typicode.com/todos/';` Will cause CORS errors in chrome when doing the PUT-Request....

Looks like the PUT request was missing the data request content.