Questions tagged as 'ionic'

1
answer

window.history.back returning only one page

I'm having problem with window.history.back() because it's returning only one page. I use the following function: <script type="text/javascript" charset="utf-8"> // Wait for device API libraries to load...
asked by 23.12.2015 / 19:27
4
answers

Browse through screens taking information

I'm working with AngularJs and Ionic, creating a mobile application. I would like to know how best to navigate between screens taking information from one screen to another. For example: On a signup screen I want to go to the product screen and...
asked by 28.10.2015 / 11:47
2
answers

How to create routes in App using Ionic and Angulas.js?

EDITED I was able to create routes with an example of the site itself. But I noticed that the controllers are in the same main file app.js and the views are in the index.html file. I would like to know if you can separate...
asked by 23.06.2015 / 18:18
2
answers

Controller does not see ng-model of Angular JS

The CreateCtrl controller is not seeing the ng-model of the input of my form. I can pass values from the controller to the view but I'm not getting the reverse. Where am I going wrong? Controller: .controller('CriarCtrl', function ($sco...
asked by 19.10.2015 / 21:54
3
answers

Change color of the Sidemenu icon

Good afternoon, how do I change the color of the sidemenu icon? I looked at the documentation and did some research but found nothing. <ion-header><ion-navbarclass="navbar-amcham"> <button ion-button menuToggle> <ion-i...
asked by 03.09.2018 / 18:16
2
answers

How to change page in Ionic V2

Good morning guys, I have a doubt, as a beginner, that I created two pages on Ionic v2 but I do not know how I can navigate between them. Looking at the ionic documentation I saw this navController I adapted the code it gave but it did not work....
asked by 25.05.2017 / 21:52
1
answer

How to redirect a Popup URL?

I want it when you click the "ok" button, let it go to the '/ home' template, after closing the modal. Here is the popup code below: var alertPopup = $ionicPopup.alert({ title: '<b>Pedido Enviado</b>', subTitle: '<...
asked by 28.08.2016 / 02:07
1
answer

Refresh div with Javascript or AngularJS - for IONIC

Hello, I have the following problem, I have a select with an onchange method that I would like to update a div . The reason for this is because I have a 3 graphics done in angular-chart.js and (supposedly) when values that the...
asked by 28.10.2016 / 13:31
1
answer

How to put two ng-repeat in the same view, Ionic / AngularJs?

I have to list two types of interconnected arrays in the same view. But I can not list. EDIT: BEST EXPLANATION I have four tables: evaluation, user_app, item_questions, cadastra_oferta In the first array: $ scope.avaliacoes...
asked by 15.04.2017 / 19:43
1
answer

ionic framework, for which platforms does it compile?

For which platforms does the ionic framework compile? and the end result is a native app or is it a web app that runs on the platforms?     
asked by 23.05.2015 / 18:45