controllerPrincipalService.getResultado(id).then(function(dados)
{
// limpando o retorno
var p = data.search("{")-1;
var res = data.substring(76);
var f = res.search('<');
dados = data.substring(p, p+f);
resultado = JSON.parse(dados);
});
function pegaResultado(resultado){
///trabalhar com o resultado do service a cima.
console.log(resultado);
}
How can I work with the result of my service above in a separate function? Service is bringing a json vi $ http.get