We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I downloaded your code for movieApp, I only can see a blank page with The Movie App Home
the console shows
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/lib/angular.min.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/css/app.css Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/js/controllers.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/js/app.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/js/directives.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/js/services.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/js/filters.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/lib/angular-ui-router.min.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/lib/angular-resource.min.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/css/bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/css/app.css Failed to load resource: the server responded with a status of 404 (Not Found)
The text was updated successfully, but these errors were encountered:
That's probably because you don't use the good path to access them. I had the same problem, I'm on webstorm, and this is how I fixed it: http://blog.jetbrains.com/webstorm/2013/03/built-in-server-in-webstorm-6/#comment-32
Sorry, something went wrong.
No branches or pull requests
Hi, I downloaded your code for movieApp, I only can see a blank page with
The Movie App
Home
the console shows
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/lib/angular.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/css/app.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/js/controllers.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/js/app.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/js/directives.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/js/services.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/js/filters.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/lib/angular-ui-router.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/lib/angular-resource.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/css/bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost/css/app.css Failed to load resource: the server responded with a status of 404 (Not Found)
The text was updated successfully, but these errors were encountered: