Skip to content

Commit

Permalink
Merge pull request #76 from varya/master
Browse files Browse the repository at this point in the history
Fix: Overview.md is not rendered
  • Loading branch information
hannu committed Oct 15, 2014
2 parents 676ba58 + 4424b16 commit 7f76a3e
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 7f76a3e

Please sign in to comment.