mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
display current position
This commit is contained in:
@@ -378,6 +378,7 @@ module.controller('CategoryDetailsCtrl', ['$scope', '$state', '$stateParams', 'F
|
||||
$scope.category = {
|
||||
id: cat.id,
|
||||
name: cat.orig.name,
|
||||
position: cat.orig.position,
|
||||
parentId: cat.orig.parentId
|
||||
};
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user