[Solved] AngularJS not loading on Plunker [closed]


You are using the angular version 2.0 you should replace with 1.x

  <script   src="https://code.angularjs.org/1.5.8/angular.js"></script>

DEMO

4

solved AngularJS not loading on Plunker [closed]