I'm still new to development using AngularJs and I'm having trouble accessing an API:
.controller('RegulamentoCtrl', function($scope, $state, $http, $ionicPopup, AuthService) {
$http.get('http://rest-service.guides.spring.io/greeting')...
asked by
06.10.2016 / 22:22