Hide nav on tree item click

This commit is contained in:
perploug
2013-09-10 15:08:15 +02:00
parent 4f2abcab1c
commit 64fc4f617d

View File

@@ -91,6 +91,8 @@ function NavigationController($scope,$rootScope, $location, $log, $routeParams,
//not legacy, lets just set the route value and clear the query string if there is one.
$location.path(n.routePath).search("");
}
navigationService.hideNavigation();
});
/** Opens a dialog but passes in this scope instance to be used for the dialog */