Skip to content

Commit

Permalink
enabled navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Dec 7, 2015
1 parent 68e22ec commit 6e1a7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/d3Bindings/eventDistribution/distributionCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ angular
"distributionCommon::Click: Navigating to ",
url,
new Date(clickDate));
//$location.url(url);
//$rootScope.$apply();
$location.url(url);
$rootScope.$apply();
}
else {
console.error(
Expand Down

0 comments on commit 6e1a7a6

Please sign in to comment.