manually set position

This commit is contained in:
Athou
2013-06-04 10:11:16 +02:00
parent dade3c4d08
commit 075c3b6b61
6 changed files with 19 additions and 0 deletions

View File

@@ -337,6 +337,7 @@ module.controller('FeedDetailsCtrl', ['$scope', '$state', '$stateParams', 'FeedS
FeedService.modify({
id : sub.id,
name : sub.name,
position: sub.position,
categoryId : sub.categoryId
}, function() {
CategoryService.init();
@@ -427,6 +428,7 @@ module.controller('CategoryDetailsCtrl', ['$scope', '$state', '$stateParams', 'F
CategoryService.modify({
id : cat.id,
name : cat.name,
position: cat.position,
parentId : cat.parentId
}, function() {
CategoryService.init();