This commit is contained in:
tidusjar 2016-11-16 22:14:21 +00:00
commit 39888a4b94
16 changed files with 312 additions and 275 deletions

View file

@ -147,10 +147,6 @@
});
}
function getBaseUrl() {
return $('#baseUrl').val();
}
$scope.formatDate = function (utcDate) {
return moment.utc(utcDate).local().format('lll');
}