I'm trying to access a EndPoint through AngularJS.
This is my Service:
angular.module('empresa-view')
.factory('empresaService', ['$resource', function ($resource) {
return $resource($SERVICES_CONTEXT + 'empresa/:params',...
asked by
11.09.2015 / 15:19