angularjsplunker

AngularJS Plunker is not Working


I Don't know why it is not working here is the Plnkr

but the same file is working here Plnkr


Solution

  • Problem is remove the http:/ part from the angular reference,

     <script data-require="angular.js@1.2.7" data-semver="1.2.7" src="//code.angularjs.org/1.2.7/angular.js"></script>
    

    DEMO