angularjs-plugin
angularjs-plugin copied to clipboard
ngindex refers to dead url
Hi the ngindex template refers to https://ajax.googleapis.com/ajax/libs/angularjs//angular.js , which returns a 404.
Don't know the url that always points to the last released version of Angular, but on angularjs.org they use http://ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js
ngindex template contains variable between https://ajax.googleapis.com/ajax/libs/angularjs/ and /angular.js where you can type desired version, so I believe this template is working as expected