Questions tagged as 'ionic'

2
answers

ion-spinner only works once, how to correct this?

Scenery: The <ion-spinner> directive is used on screen A, but when it is used on the next screen, screen B, a problem occurs, where it appears but does not have the animation. Has anyone ever had this problem, and was able to...
asked by 19.01.2016 / 20:21
2
answers

Problem trying to get $ form scope with Ionic

I have the following form that is inside a modal: <form name="usuarioForm" novalidate=""> At the end of this form I have a button where I pass the object that was filled to a function, and in that function I try to clea...
asked by 27.10.2015 / 19:11
1
answer

Ionic project does not run on android

I'm trying to run an ionic project on android but when I run ionic run android it returns an exception. How to solve? Ionic info Your system information: Cordova CLI: 5.3.3 Ionic Version: 1.1.0 Ionic CLI Version: 1.7.7 Ionic Ap...
asked by 05.11.2015 / 22:18
1
answer

How to use angularjs ng-click function returning from a php html?

I have a mobile app and I have content to be listed through php using ng-bind-html what goes on and that within php in html I want to call a function of a controller that I have but does not work liked to know how I can solve and w...
asked by 03.10.2015 / 19:09
1
answer

Send data to another tab via the "ion-option-button"?

How can I send data from one tab to another tab by clicking on the "ion-option-button" component? This target tab will have a form, the intent is to edit the data contained in a "". Data for display I could do through: '<ion-item class="ite...
asked by 31.08.2015 / 16:40
1
answer

ionic error at start app

I'm starting my studies with ionic v2. I updated the version of ionic to v2 but when I run the command ionic start wiltonfinances blank --v2 and an error message is displayed. View the information displayed on the console: MINGW64...
asked by 26.03.2016 / 19:03
1
answer

Bug or implementation error with ng-if on Ionic?

I've created a list where I need to show whether an item has already been read or not, so I check a variable with the ng-if directive. However when the item is opened, and then returns / navigates back to the list, there is no change in the list...
asked by 20.08.2015 / 19:32
1
answer

Problem with get date in angular js

Good evening, I'm trying to fetch php data through Angular.js but it is not working. When I click on the category it does not open the next page where the data will be shown. PHP <?php header('Content-Type: application/json');...
asked by 09.07.2015 / 01:23
0
answers

$ scope upgrade problem with cordova and angularJS

Hello. I am developing an app using cordova, ionic and angularJS. And I have a problem updating an input. I have the following function that runs on a ng-click: $scope.buscarContato = function(){ $scope.phone = []; $scope.phoneId = 0; $scop...
asked by 26.06.2015 / 15:09
2
answers

$ http works in browser and not in android device [closed]

I have an application developed using Ionic Framework , it is a hybrid application and in the tests done in the browser it worked perfectly, when I generated the .apk file and tested both the emulator and the device is not executing the request...
asked by 25.05.2015 / 00:13