mirror of https://github.com/portainer/portainer
12 lines
227 B
JavaScript
12 lines
227 B
JavaScript
|
import controller from './docker-compose-form.controller.js';
|
||
|
|
||
|
export const edgeStacksDockerComposeForm = {
|
||
|
templateUrl: './docker-compose-form.html',
|
||
|
controller,
|
||
|
|
||
|
bindings: {
|
||
|
formValues: '=',
|
||
|
state: '=',
|
||
|
},
|
||
|
};
|