Module routes:
var switchModule = angular.module(\'switchModule\', []); switchModule.config([\'$routeProvider\', function($routeProvider) { $routeProvid
Mine was a case of having 2 ng-view directives. I tried to wrap it, but unintentionally duplicated it:
Removed the wrapper, fixed it.