mirror of https://github.com/portainer/portainer
10 lines
272 B
JavaScript
10 lines
272 B
JavaScript
|
angular.module('portainer.docker').component('porImageRegistry', {
|
||
|
templateUrl: 'app/docker/components/imageRegistry/porImageRegistry.html',
|
||
|
controller: 'porImageRegistryController',
|
||
|
bindings: {
|
||
|
'image': '=',
|
||
|
'registry': '=',
|
||
|
'autoComplete': '<'
|
||
|
}
|
||
|
});
|