From 9170030856859f0fc6dad84d9965937c4c44ad20 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 4 Jun 2013 10:30:26 +0200 Subject: [PATCH] display current position --- src/main/webapp/js/controllers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index fc5e7b58..57f13311 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -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;