Drag-n-drop feature on custom tree functions graphically. Ready to add API calls.

This commit is contained in:
chouseknecht
2013-10-25 04:07:07 -04:00
parent b2f2fb655d
commit 025980d009
5 changed files with 391 additions and 39 deletions

View File

@@ -30,7 +30,7 @@ function JobEventsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
scope.selected = [];
scope.expand = true; //on load, automatically expand all nodes
scope.parentNode = 'parent-event'; // used in ngClass to dynamicall set row level class and control
scope.parentNode = 'parent-event'; // used in ngClass to dynamically set row level class and control
scope.childNode = 'child-event'; // link color and cursor
if (scope.removeSetHostLinks) {