Add missing lib

This commit is contained in:
Joseph Schorr 2015-05-05 09:36:23 -07:00
parent ba0fafc857
commit 251a843d21

View file

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