admin: Fix typo
This commit is contained in:
parent
47aea1de66
commit
a585a6338e
1 changed files with 1 additions and 1 deletions
|
|
@ -1346,7 +1346,7 @@ angular.module("FICApp")
|
||||||
$scope.assignees = ClaimAssignee.query();
|
$scope.assignees = ClaimAssignee.query();
|
||||||
}
|
}
|
||||||
refresh();
|
refresh();
|
||||||
var myInterval = $interval(refresh, 10000);
|
var myinterval = $interval(refresh, 10000);
|
||||||
$scope.$on('$destroy', function () { $interval.cancel(myinterval); });
|
$scope.$on('$destroy', function () { $interval.cancel(myinterval); });
|
||||||
|
|
||||||
$scope.whoami = getCookie("myassignee");
|
$scope.whoami = getCookie("myassignee");
|
||||||
|
|
|
||||||
Reference in a new issue