summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 14:26:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 14:26:02 +0200
commitd45ce51678df7b5dcfa29d02d59962ccdbf95771 (patch)
treeab740d03ca9dc190e8286db86eddb6279435b7d8 /js/controller
parent69ebc02cca77e8dfa4ea2712e914093d5140a5d4 (diff)
fix opml import
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/SettingsController.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/controller/SettingsController.js b/js/controller/SettingsController.js
index 5e0eaf83c..e9d93a1eb 100644
--- a/js/controller/SettingsController.js
+++ b/js/controller/SettingsController.js
@@ -52,6 +52,7 @@ function ($route, $q, SettingsResource, ItemResource, OPMLParser,
});
} catch (error) {
+ console.error(error);
this.isOPMLImporting = false;
this.opmlImportError = true;
}
@@ -73,6 +74,7 @@ function ($route, $q, SettingsResource, ItemResource, OPMLParser,
});
} catch (error) {
+ console.error(error);
this.articleImportError = true;
this.isArticlesImporting = false;
}