You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the working sample the way it is.
Are you sure you didn't change the source? countries should be an array which supports unshift method. Probably you have changed the result of the /countries path.
also please write internal links using relative path i mean change i.e:
Cannot get sample running
Error in file public/js/sample.js at line 7
countries.unshift({ id: "0", name: "" });
TypeError: countries.unshift is not a function
also please write internal links using relative path i mean change i.e:
<link href="/public/css/style.css" rel="stylesheet" />
to
<link href="./public/css/style.css" rel="stylesheet" />
Tanks
Marco
The text was updated successfully, but these errors were encountered: