mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
don't use ngupload for opml import, use a classic http post
This commit is contained in:
@@ -97,11 +97,6 @@ function($scope, FeedService, CategoryService, MobileService) {
|
||||
$scope.isOpenImport = false;
|
||||
};
|
||||
|
||||
$scope.uploadComplete = function(contents, completed) {
|
||||
CategoryService.init();
|
||||
$scope.closeImport();
|
||||
};
|
||||
|
||||
$scope.cat = {};
|
||||
|
||||
$scope.openCategory = function() {
|
||||
|
||||
Reference in New Issue
Block a user