Skip to content

Conversation

dtaylor113
Copy link
Member

No description provided.

@@ -302,6 +310,29 @@ angular.module('patternfly.charts').directive('pfDonutPctChart', function (c3Cha
};
};

$scope.getCenterLabelText = function (scope) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to pass scope in here, use $scope inside the function

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@dtaylor113 dtaylor113 force-pushed the master branch 2 times, most recently from 38acdb6 to d34b39c Compare September 1, 2015 17:59
@jeff-phillips-18
Copy link
Member

LGTM

@@ -611,6 +613,8 @@ angular.module('patternfly.card').directive('pfCard', function () {
'total': '1000'
};

$scope.availLabel = "available";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spelling

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol..'availLabel' is actually correct, consistent with 'usedLabel', 'pctLabel', and 'noLabel'.

jeff-phillips-18 added a commit that referenced this pull request Sep 2, 2015
Donut Chart: Fixed ngdoc example and added more unit tests
@jeff-phillips-18 jeff-phillips-18 merged commit ad775e2 into patternfly:master Sep 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants