Posts by Pedro Serquiz • 61 points
7 posts
-
0
votes2
answers485
viewsA: Error adding android platform in Cordova
I did a quick search and found a similar post Link pro post, pointed out that the problem may be only with the firewall, try to check it there. I hope I could have helped with something. Hug…
-
3
votes2
answers858
viewsQ: Calculate time difference in Angularjs
I have two variables, startTime (01:00:00 AM) and endTime (02:00:00 AM), need to calculate the difference between one and the other, how would do this at the angle? vi que existe o Date.parse(), but…
-
1
votes1
answer116
viewsA: Error when building IONIC/PHONEGAP
I found the error, ANT was missing and was on API 22 not on 21, I just removed 22 and installed 21 and added ANT Vlw
-
0
votes3
answers1278
viewsA: Variable appearing as html - IONIC FRAMEWORK
Solved guys, the problem is that I did not use it as follows: exampleApp = angular.module('Starter', ['Ionic', 'Starter.controllers']) Vlw =D
-
2
votes1
answer116
viewsQ: Error when building IONIC/PHONEGAP
I use a Mac, tried to give the sudo Ionic build Ios commands / sudo Ionic build android, however, I get the error below: Error: Spawn EACCES at Exports. _errnoException (util.js:746:11) At…
-
0
votes3
answers1278
viewsA: Variable appearing as html - IONIC FRAMEWORK
Following form: exampleApp.controller("StudyingController", function($scope, $http){ $scope.getData = function(){ $http.get("http://echo.jsontest.com/firstname/Nic/lastname/Raboy/state/California",…
-
0
votes3
answers1278
viewsQ: Variable appearing as html - IONIC FRAMEWORK
I’m starting at Ionic, I followed this tutorial, all right until then, however, when I go to index.html and put the variable {{firstname}}, in the browser it shows as if it were going through html,…