mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Device Icon view now is very fast:
- No filters
- Data enhanced
- ng-bind instead of {{}}
- Bind once
- ng-if for Devices List
This commit is contained in:
@@ -99,6 +99,7 @@ module.exports = function DeviceServiceFactory($http, socket, $filter) {
|
||||
// TODO: i18n shortDate
|
||||
data.releasedAtFormatted = $filter('date')(data.releasedAt, 'yyyy/MM/dd - X')
|
||||
|
||||
$scope.$broadcast('device.synced', data)
|
||||
}
|
||||
|
||||
// For convenience, add the sorting priority to each state
|
||||
|
||||
Reference in New Issue
Block a user