0

I have some problame in my AngularJS tutorial.

When I try to run the above tutorial I get this error:

Failed to load resource: the server responded with a status of 404 (Not Found)

I cant configure why do I get this error.

I use the link to angular library from the plunker.co site.

Any idea why I get the error?

1

2 Answers 2

1

ng-controller doesn't work in AngularJS 2.0 anymore, you might want to change to the latest 1.4 version, or dive into AngularJS 2.0

Sign up to request clarification or add additional context in comments.

Comments

1

Its because you are referring an alpha version of angular 2.0 with wrong path https://code.angularjs.org/2.0.0-alpha.26/angular.js

Use https://code.angularjs.org/2.0.0-alpha.26/angular2.js

You might want to look at other 2.0 alpha releases for angularjs

Cheers!

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.