Skip to content

Commit

Permalink
Fix: Overview.md is not rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
varya committed Oct 15, 2014
1 parent 676ba58 commit 4424b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 4424b16

Please sign in to comment.