Add missing lib
This commit is contained in:
parent
ba0fafc857
commit
251a843d21
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ angular.module('quay').directive('convertUserToOrg', function () {
|
||||||
scope: {
|
scope: {
|
||||||
'user': '=user'
|
'user': '=user'
|
||||||
},
|
},
|
||||||
controller: function($scope, $element, Features, PlanService, Config) {
|
controller: function($scope, $element, Features, PlanService, Config, ApiService) {
|
||||||
$scope.convertStep = 0;
|
$scope.convertStep = 0;
|
||||||
|
|
||||||
$scope.showConvertForm = function() {
|
$scope.showConvertForm = function() {
|
||||||
|
|
Reference in a new issue