'use strict'; angular.module('config', []) .factory('config', function() { return { api: 'https://api.host.sum7.eu', table: { count: 25 } }; });