Questions tagged as 'ionic'

2
answers

Transmit information between screens in ionic with Angular?

Speak, all right? I will describe the process that is leaving me with doubt. I have a list of elements that is populated with with data that I have. When I click on an item in the list, I want the application to open a detail page for the list I...
asked by 10.08.2016 / 00:28
1
answer

How to send data from a form generated by the Ionic Framework to a PHP file and return a JSON?

I've been following the Ionic Framework documentation and viewing tutorials on the internet, but there's no detail communicating with the server. I would like to send form data and receive information via JSON. Could you post a simple example...
asked by 26.10.2016 / 14:20
2
answers

How to add a Search bar in the header of my home (Ionic + AngularJs)

I want to create a Serach Bar in my home. I'm in trouble. Can someone help me? I will leave here my Controller and my Views a Home.     
asked by 19.07.2016 / 05:27
1
answer

Framework Ionic http request mobile [closed]

I have an ionic page that requests a page in codeigniter, I send the data and I receive it correctly, without problems in the browser, however when I transform in .apk and squeeze in the mobile the application until it turns however any button t...
asked by 27.05.2016 / 22:46
1
answer

Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response [duplicate]

How can I eliminate this error? XMLHttpRequest cannot load http://www.ramosdainformatica.com.br/food/apinhac.php. Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response. app_controller.js:20 []...
asked by 03.05.2016 / 03:08
2
answers

Redirect to External Link

Good afternoon. When I open an external page from a link in my ionic application, is it rendered in the common browser or in the app's own webview? If it is rendered in the webview itself, how could I make it open the browser or something?...
asked by 11.03.2016 / 17:08
1
answer

register new users using Ionic and parse

I'm working on a hybrid app using ionic and parse. When I go to the terminal and use the command ionic serve , and then I try to create a new user or login, I can get no problem, ie, localhost is working. The problem is that when I d...
asked by 27.01.2016 / 16:44
1
answer

Variable within quotation marks - Angular

I'm building a hybrid with ionic APP, this one uses the Angular and I'm not very familiar with JS. The issue is that I need to insert a YouTube video in the sentence and I ran into the following question: The video link comes from an external...
asked by 01.04.2016 / 03:01
1
answer

Data Binding Does Not Work After Calling Function

I have the following function: $scope.calcularTotal = function(startDate, endDate){ $scope.items = $filter('betweenDate')($scope.items, 'dataPagamento', startDate, endDate); console.log("testee: "+$scope.items) var total = 0; v...
asked by 03.11.2015 / 18:11
1
answer

Filter between two Ionic dates

I have a system where when entering a page a list is loaded with some data. But I would like to filter the data between two dates. Ex: fetch all records between 03/10/2015 and 03/11/2015 . How do I make this direct filter in J...
asked by 03.11.2015 / 12:30