| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Example - example-example2</title> | |
| <link href="style.css" rel="stylesheet" type="text/css"> | |
| <script src="../../../angular.min.js"></script> | |
| <script src="script.js"></script> | |
| </head> | |
| <body ng-app=""> | |
| <div id="scrollArea" ng-controller="ScrollCtrl"> | |
| <a ng-click="gotoBottom()">Go to bottom</a> | |
| <a id="bottom"></a> You're at the bottom! | |
| </div> | |
| </body> | |
| </html> |