Skip to content

Commit

Permalink
Merge pull request #434 from marmelab/dashbooard_panel_title_link
Browse files Browse the repository at this point in the history
[RFR] Fix dashboard panel heading link
  • Loading branch information
fzaninotto committed May 13, 2015
2 parents 33379fd + f07ce5b commit 974339e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ define(function (require) {
},
link: function(scope) {
scope.gotoList = function () {
$location.path(scope.entity().name() + '/list/');
$location.path(scope.entity().name() + '/list');
};
},
template: dashboardPanelView
Expand Down

0 comments on commit 974339e

Please # to comment.