Posts by Matheus Monteiro • 151 points
7 posts
-
1
votes0
answers58
viewsQ: Ngcordova File does not generate file
I’m using $cordovaFile(ngCordova) + Ionic for my application and I need to store a json in a local file but I’m not able to generate the file to popular with json. controller js.…
-
2
votes0
answers755
viewsQ: How to sync Sqlite with Mysql
I have an application in Ionic and Angular that receives information through a $http. I’d like to know how I keep the information offline of the application updated with those of the Mysql database…
-
1
votes0
answers47
viewsQ: build deletes files
Would you like to know if anyone has gone through it ? when I build the app IONIC ionic build android it erases any other file that is within /js right other than app.js and controllers.js what do I…
-
3
votes2
answers4720
viewsA: how to pick up an object from an array through id with Angularjs
I decided as follows : 1º I created a Factory to facilitate the use of json: app.factory('jsonExemplo', function($http) { return { getjson: function() { return…
angularjsanswered Matheus Monteiro 151 -
0
votes0
answers428
viewsQ: Error generating Ionic apk debug
I’m generating the apk with : ionic build android so far so good from BUILD SUCCESSFUL and when I use: ionic emulate android also from BUILD SUCCESSFUL more when emulates only a white screen! in…
-
2
votes2
answers655
viewsQ: Module error in Angularjs
I cannot understand and correct this error. I am using Ionic. Uncaught Error: [$injector:modulerr] Failed to instantiate module inparty due to: Error: [$injector:modulerr] Failed to instantiate…
-
6
votes2
answers4720
viewsQ: how to pick up an object from an array through id with Angularjs
I pass the id of the object coming from an ng-repeat through the $stateParams more later I would need to take the object of the array referring to the id coming from the URL to display the…
angularjsasked Matheus Monteiro 151