display current position

This commit is contained in:
Athou
2013-06-04 10:30:26 +02:00
parent 3a06528f1f
commit 9170030856

View File

@@ -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;