I attempted to load a form from Scotch.io tutorials on JavaScript and AngularJS form validation into jsFiddle.
The form has two external files - app.js and bootstrap.min.css - I uploaded both of them to my GitHub and provided their URLs as External Resources in the jsFiddle.
Afterward, I copied and pasted the scope into the appropriate section in the jsFiddle.
Here is the result of that jsFiddle: Link
Upon inspection, it appears that the CSS and app.js (due to an alert) are not taking effect in this jsFiddle.
How can I get it to work properly, making it resemble the form from the provided link?
Update:
Following the suggested solutions, I corrected the CSS URL and copied the content of app.js into the javascript scope.
Now, it seems like the CSS is working, however, the Angular validation is not functioning correctly (showing error messages before any changes are made).
Does anyone have a solution for this issue?