consignatario sin bind

This commit is contained in:
Vicente Falco 2017-03-06 11:44:02 +01:00
parent 8ed24880bc
commit 2cb110feee
2 changed files with 5 additions and 3 deletions

View File

@ -12,9 +12,6 @@ Controller.$inject = ['$state'];
export const component = {
template: require('./index.html'),
bindings: {
client: '<'
},
controller: Controller
};
module.component('vnClientAddresses', component);

5
services/db/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM mysql:5.6.35
RUN npm install
CMD ["npm", "start"]