I have the following code:
.controller('cadastroCtrl', ['$scope', '$stateParams', '$http', function ($scope, $stateParams, $http, $cordovaSQLite, $window, $state) {
$scope.emailCli = [];
$scope.emailPro = [];
$scope.cadastrar = function(usua...
asked by
30.03.2017 / 23:11