I have a web app and I'm accessing an APP in this way:
.controller('LoginCtrl', function($scope, $ionicPopup, $state, $http) {
$scope.data = {};
$scope.login = function() {
$http.post('http://localhost:3000/login', $scope.data...
asked by
09.09.2015 / 15:21