This commit is contained in:
Joseph Schorr 2015-05-05 09:37:19 -07:00
parent 251a843d21
commit 0334d3a31a

View file

@ -13,6 +13,7 @@ angular.module('quay').directive('convertUserToOrg', function () {
}, },
controller: function($scope, $element, Features, PlanService, Config, ApiService) { controller: function($scope, $element, Features, PlanService, Config, ApiService) {
$scope.convertStep = 0; $scope.convertStep = 0;
$scope.org = {};
$scope.showConvertForm = function() { $scope.showConvertForm = function() {
if (Features.BILLING) { if (Features.BILLING) {