From 847c8879cec42cb8592b9466a4c494bbb6331f90 Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Sun, 11 Dec 2016 21:13:44 +0100 Subject: [PATCH 1/2] bower fix --- bower.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bower.json b/bower.json index 7591cf2..b7a5e58 100644 --- a/bower.json +++ b/bower.json @@ -23,5 +23,8 @@ "angular-sanitize": "^1.5.8", "angular-ui-tree": "^2.21.2", "angular-markdown-editor-ghiscoding": "^1.0.7" + }, + "resolutions":{ + "angular": "1.6.0" } } From 8eb5ed298e8562d8b93422b26084d313656f157e Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Sun, 11 Dec 2016 21:39:16 +0100 Subject: [PATCH 2/2] add new server --- public/components/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/config.js b/public/components/config.js index 181cfdc..2812723 100644 --- a/public/components/config.js +++ b/public/components/config.js @@ -2,7 +2,7 @@ angular.module('config', []) .factory('config', function() { return { - api: 'https://apiv2.warehost.de', + api: 'https://api.host.sum7.eu', table: { count: 25 }