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...
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...
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: '<...
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.