CL fixes
This commit is contained in:
parent
cca5daf097
commit
6c1d2afc0f
5 changed files with 19 additions and 21 deletions
|
@ -1154,10 +1154,10 @@ function OrgAdminCtrl($rootScope, $scope, Restangular, $routeParams, UserService
|
|||
$scope.membersLoading = true;
|
||||
$scope.membersFound = null;
|
||||
$scope.invoiceLoading = true;
|
||||
$scope.logsShown = false;
|
||||
$scope.logsShown = 0;
|
||||
|
||||
$scope.loadLogs = function() {
|
||||
$scope.logsShown = true;
|
||||
$scope.logsShown++;
|
||||
};
|
||||
|
||||
$scope.planChanged = function(plan) {
|
||||
|
|
Reference in a new issue