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:
Gunther Brunner
2014-06-16 18:45:14 +09:00
parent 0e76faf736
commit 31899b9939
3 changed files with 29 additions and 28 deletions

View File

@@ -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