Skip to content

Commit

Permalink
Fix dashboard panel heading link
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed May 12, 2015
1 parent 1f4a4cc commit f07ce5b
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 f07ce5b

Please # to comment.