Guest User

route1.html

a guest
Jan 31st, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.29 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.    
  4.     <script src="js/angular.min.js"></script>
  5.     <script src="js/main.js"></script>
  6.    
  7. <div ng-app="myApp" ng-controller="indexController">
  8.     {{ message }}
  9.     <a href="#/route1">Go first route</a>
  10.     <a href="#/route2">Go to second route</a>
  11. </div>
  12. </html>
Add Comment
Please, Sign In to add comment