AC-379 Only a single node is selected whenever the tree is initialized. Also added a sort routine to the data load process so that nodes are now sorted by name.

This commit is contained in:
chouseknecht
2013-09-01 23:55:11 -04:00
parent 503cdced2f
commit d9ba08e8cb
3 changed files with 96 additions and 58 deletions

View File

@@ -83,7 +83,7 @@ function Authenticate($window, $scope, $rootScope, $location, Authorization, Tog
$rootScope.token = token;
$rootScope.userLoggedIn = true;
$rootScope.token_expire = today.getTime();
// Get all the profile/access info regarding the logged in user
Authorization.getUser()
.success(function(data, status, headers, config) {