My html page don\'t works because my script is not loading. The script I\'m using is as follows:
Only posting to help anyone else who did what i did. I spent hours trying to figure out why i was getting about a 100 of these errors. I had forgot i was messing around with ngRoute and had placed <base href="/">
in my index.html. After removing it everything works again.
I think you're testing this using an HTML file on your local file system. //
with no protocol specified is assuming file://
because of this.
You need put http:// before the URL. Try it: http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js