Skip to content

Instantly share code, notes, and snippets.

app.factory('httpService', ['$http', '$rootScope', function ($http, $rootScope) {
var service = {},
name;
const GATEWAY = 'http://localhost:3000/';
const CFGATEWAY = 'http://localhost:8501/angular/gateway.cfm';
$rootScope.$on('post.test', function (event, data) {
name = event.name;