Latest Inventory tree changes. Drag-n-Drop now works, complete with styling and API calls. Working through bugs.

This commit is contained in:
chouseknecht
2013-10-25 22:20:59 +00:00
parent b1d2521535
commit ea5e43634a
4 changed files with 213 additions and 78 deletions

View File

@@ -37,7 +37,8 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
scope: scope,
inventory_id: id,
emit_on_select: 'NodeSelect',
target_id: 'search-tree-container'
target_id: 'search-tree-container',
moveable: true
});
if (!scope.$$phase) {
scope.$digest();