mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Typo.
This commit is contained in:
parent
31899b9939
commit
e2c65a83fc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue