Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1616 from geoadmin/gal_profile_update_labels
Browse files Browse the repository at this point in the history
Update labels on data update
  • Loading branch information
gjn committed Aug 26, 2014
2 parents 8095a45 + 5f2e6ad commit 3c5860c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/ProfileDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

$rootScope.$on('gaProfileDataUpdated', function(ev, data) {
profile.update(data);
scope.unitX = profile.unitX;
profile.updateLabels();
});

function attachPathListeners(areaChartPath) {
Expand Down

0 comments on commit 3c5860c

Please sign in to comment.