Add missing services

This commit is contained in:
Joseph Schorr 2015-05-05 09:38:35 -07:00
parent 0334d3a31a
commit 3818593717

View file

@ -11,7 +11,7 @@ angular.module('quay').directive('convertUserToOrg', function () {
scope: {
'user': '=user'
},
controller: function($scope, $element, Features, PlanService, Config, ApiService) {
controller: function($scope, $element, Features, PlanService, Config, ApiService, CookieService, UserService) {
$scope.convertStep = 0;
$scope.org = {};