mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Typo.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user