consignatario sin bind
This commit is contained in:
parent
8ed24880bc
commit
2cb110feee
|
@ -12,9 +12,6 @@ Controller.$inject = ['$state'];
|
|||
|
||||
export const component = {
|
||||
template: require('./index.html'),
|
||||
bindings: {
|
||||
client: '<'
|
||||
},
|
||||
controller: Controller
|
||||
};
|
||||
module.component('vnClientAddresses', component);
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
FROM mysql:5.6.35
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD ["npm", "start"]
|
Loading…
Reference in New Issue