filearts / plunker

Plnkr.co front-end and backend
MIT License
598 stars 117 forks source link

angular js CDN provided by plunker is not working #90

Open manichandra opened 9 years ago

manichandra commented 9 years ago

I decided to try it out some functionality in plunker before adding to the main application . After copying my code from my application to plunker it is not working . i scracted my head to find the error. after an hour of scratching i relaized that CDN given by plunker is not available(404 error) . I usplunker all the time. i always believed its one of the great tools and reliable.

<script data-require="angular.js@*" data-semver="2.0.0-alpha.28" src="https://code.angularjs.org/2.0.0-alpha.28/angular.js"></script>
MADC0D3R commented 9 years ago

It's not just angular, bootstrap throws the same errors.