Commit dec05324ea81cd36fd37b1b2831016c5903fefd5

Authored by Eric Fernandez
1 parent d391ca9884
Exists in master

agrego result a alert

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
... ... @@ -24,7 +24,12 @@ angular.module('focaModal')
24 24 animation: false,
25 25 backdrop: false,
26 26 resolve: { textoModal: function() { return textoModal; } }
27   - });
  27 + })
  28 + .result.then(
  29 + function(resultado) {
  30 + return resultado;
  31 + }
  32 + )
28 33 }
29 34 };
30 35 }