Text file in . js was encoded

Asked

Viewed 131 times

1

I’m working on a format file. js in Visual Studio 2015, I opened this same file with Visual Studio Code and saved, now when I try to open this file again it appears encoded. Does anyone know what happened and how to decode?

An excerpt from the coded text:


angular.module('Starter.services', +AFsAXQ-)+ICggKA-.factory('Cidades', function (+ACQ-cordovaSQLite) +AHsgKA- return +AHsgKA- selectCidadesLocal: function () +AHsgKA- var cidades +AD0- +AFsAXQA7ICg- var query +AD0- +ACI-SELECT +ACo- FROM cidade+ACIAOyAo- return +ACQ-cordovaSQLite.execute(db, query, +Afsaxq-). then(Function (res) +Ahsgka- if (res.rows.length +AD4-0) +Ahsgka- for (var i +AD0- 0+Ads- i +Adw- res.rows.length+Ads- i+-+-) +Ahsgka-
cities.push(+Ahsgka- Cdmunicipio: res.rows.item(i). cdmunicipio,+Icg-
Nmmunicipio: res.rows.item(i). nmmunicipio,+Icg-

inserir a descrição da imagem aqui

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.