Commit 82e35db006c564e46cf578d14896697e8ec45bac

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

Master

See merge request modulos-npm/foca-modal!6
... ... @@ -15,7 +15,7 @@
15 15 ],
16 16 "repository": {
17 17 "type": "git",
18   - "url": "https://192.168.0.11/modulos-npm/foca-modal.git"
  18 + "url": "https://debo.suite.repo/modulos-npm/foca-modal.git"
19 19 },
20 20 "author": "Foca Software",
21 21 "license": "ISC",
... ... @@ -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 }