diff --git a/lib/app/js/app.js b/lib/app/js/app.js index c3c3a4a5..4e8b9e3c 100644 --- a/lib/app/js/app.js +++ b/lib/app/js/app.js @@ -12,7 +12,7 @@ angular.module('sgApp', [ templateUrl: 'views/main.html' }) .state('index.overview', { - url: 'overview', + url: '/overview', templateUrl: 'overview.html', controller: function($rootScope) { $rootScope.currentSection = 'overview';