angular.module('Postern.services', []) .factory('formattingService', function() { service = {}; return service; });