forked from Archives/Athou_commafeed
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