public interface: random fixes
This commit is contained in:
parent
83dd13e392
commit
18a6fbf535
3 changed files with 6 additions and 8 deletions
|
|
@ -108,8 +108,6 @@ angular.module("FICApp")
|
|||
$scope.duration = 0;
|
||||
|
||||
$scope.init = function(end) {
|
||||
console.log(end);
|
||||
console.log(Date.parse(end)/1000);
|
||||
$scope.initT(Date.parse(end)/1000);
|
||||
}
|
||||
$scope.initT = function(end) {
|
||||
|
|
|
|||
Reference in a new issue