1👍
✅
You’re including the wrong version of AngularJS.
Change this:
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0/angular.min.js"> </script>
to this:
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.20/angular.min.js"> </script>
That took way too long to figure out!
Source:stackexchange.com