remove many to many relationship between entries and feeds

This commit is contained in:
Athou
2013-07-24 15:39:20 +02:00
parent fdacac74cc
commit c2b53b117c
18 changed files with 350 additions and 251 deletions

View File

@@ -46,7 +46,7 @@ function($scope, FeedService, CategoryService, MobileService) {
$scope.open = function() {
$scope.sub = {
categoryId: $scope.sub.categoryId
categoryId: $scope.sub.categoryId || 'all'
};
$scope.isOpen = true;
};