Questions tagged as 'ionic-popup'

1
answer

Error trying to run ionic serve windows

When I try to start my project Ionic is giving the following error: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js', 1 verbose cl...
asked by 13.02.2017 / 21:00
1
answer

Error: Uncaught ionic 2

I have following: let loader = this.loadingCtrl.create({ dismissOnPageChange: true, }); loader.present().then(authData => { let alert = this.alertCtrl.create({ title: '', message: 'Cad...
asked by 12.01.2017 / 21:22
2
answers

Customize header colors for an & ionicPopup

I'm looking for a way to change the header colors of $ ionicPopup but did not find any material on the internet. The only way I found it was if I create my entire template in a separate file or insert an immense code inside the template...
asked by 20.05.2015 / 21:24
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
0
answers

API IONIC to Consult CNPJ at the IRS

I wonder if there is any way to validate a CNPJ directly on the recipe site, via API or otherwise. I'm developing a business application, and I needed the CNPJ of the registrant to be validated on a revenue basis.     
asked by 24.04.2018 / 23:27