Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html>
- <script src="js/angular.min.js"></script>
- <script src="js/main.js"></script>
- <div ng-app="myApp" ng-controller="route2Controller">
- {{ message }}
- <a href="#/route1">Go to Route 1</a>
- <a href="#/route2">Go to Route 2</a>
- </div>
- </html>
Add Comment
Please, Sign In to add comment