1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(images): enable auto completion for image names when creating a container or a service (#1355)

This commit is contained in:
Yassir Hannoun 2017-11-07 08:05:13 +01:00 committed by Anthony Lapenna
parent b9e535d7a5
commit 1b6b4733bd
5 changed files with 16 additions and 8 deletions

View file

@ -3,6 +3,7 @@ angular.module('portainer').component('porImageRegistry', {
controller: 'porImageRegistryController',
bindings: {
'image': '=',
'registry': '='
'registry': '=',
'autoComplete': '<'
}
});