- Update ng-table to master.

- Device list icon view works now.
This commit is contained in:
Gunther Brunner
2014-03-19 18:42:15 +09:00
parent e4cd3eb91a
commit ea13232f10
5 changed files with 35 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ module.exports = function DeviceServiceFactory($rootScope, $http, socket) {
data.state = 'busy'
}
else {
data.state = 'usable'
data.state = 'available'
}
}
}