I used this code as localhost so that's not the problem.
Used pastebin because this editor was breaking my code for about 10 minutes...
main.js -> http://pastebin.com/gePdrETv
index.html -> http://pastebin.com/ehDCyqN6
route2.html -> http://pastebin.com/4s2gtY4j
route1.html -> http://pastebin.com/RDAGQKPv
I am trying to change the view in index.html in ng-view so that I could see different views (/ change views). But it's not working at all (not even a data bind is working, just showing me the {{ message }})
Thanks in advance.