forked from Archives/Athou_commafeed
display current position
This commit is contained in:
@@ -378,6 +378,7 @@ module.controller('CategoryDetailsCtrl', ['$scope', '$state', '$stateParams', 'F
|
|||||||
$scope.category = {
|
$scope.category = {
|
||||||
id: cat.id,
|
id: cat.id,
|
||||||
name: cat.orig.name,
|
name: cat.orig.name,
|
||||||
|
position: cat.orig.position,
|
||||||
parentId: cat.orig.parentId
|
parentId: cat.orig.parentId
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user