From 2406a4c64c905e33ca150a78bfcb747eea3dadf0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 19 Nov 2014 19:12:12 +0100 Subject: order suggestions by votes, add min height --- js/app/Config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/app') diff --git a/js/app/Config.js b/js/app/Config.js index e95cdca5c..76b0bdafb 100644 --- a/js/app/Config.js +++ b/js/app/Config.js @@ -123,9 +123,8 @@ app.config(function ($routeProvider, $provide, $httpProvider) { }); }).then(function (data) { - console.log(data); deferred.resolve(data.data); - }, function () { + }).catch(function () { deferred.reject(); }); -- cgit v1.2.3