Commit 68357b30ab6f199653f8de0c2b3a250f050a4d39

Authored by Eric Fernandez
Exists in develop

Merge branch 'master' into 'develop'

Master(efernandez)

See merge request !7
src/js/controller.js
... ... @@ -30,7 +30,7 @@ angular.module('focaModalFormaPago')
30 30 'focaModalTarjetasController');
31 31 modalInstance.result
32 32 .then(function (data) {
33   - $uibModalInstance.close(data);
  33 + $uibModalInstance.close({data: data, tipo: 'tarjeta'});
34 34 })
35 35 .catch(function (e) { console.error(e); });
36 36 };