1<!doctype html>
2<html ng-app>
3 <head>
4 <title>My AngularJS App</title>
5 <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
6 </head>
7 <body>
8 </body>
9</html>
1<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>