From e2c65a83fc7312acfb0f7913a15100dc100fec29 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Tue, 17 Jun 2014 15:42:57 +0900 Subject: [PATCH] Typo. --- res/app/components/stf/device/device-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/app/components/stf/device/device-service.js b/res/app/components/stf/device/device-service.js index 0d92665a..9cb6fa5b 100644 --- a/res/app/components/stf/device/device-service.js +++ b/res/app/components/stf/device/device-service.js @@ -97,7 +97,7 @@ module.exports = function DeviceServiceFactory($http, socket, $filter) { // NOTE: For overall performance reasons, put all the filters here: data.stateSorting = getStateSorting(data.state) // TODO: i18n shortDate - data.releasedAtFormatted = $filter('date')(data.releasedAt, 'yyyy/MM/dd - X') + data.releasedAtFormatted = $filter('date')(data.releasedAt, 'yyyy/MM/dd') $scope.$broadcast('device.synced', data) }