category dropdown menu

This commit is contained in:
Athou
2013-04-10 22:02:18 +02:00
parent ae42170090
commit b3edfb955f
3 changed files with 57 additions and 7 deletions

View File

@@ -129,6 +129,7 @@ module.factory('SubscriptionService', function($resource, $http) {
callback(data);
});
};
s.deleteCategory = res.deleteCategory;
s.collapse = res.collapse;
s.init();
return s;