Module routes:
var switchModule = angular.module(\'switchModule\', []); switchModule.config([\'$routeProvider\', function($routeProvider) { $routeProvid
I had the same problem , and it seems there is a stupid bug with routing. There is some kind of redirection going on.
to fix it , i just added a slash in the href , like :
I hope it will fix things for you too.