Explorar el Código

fixed get sensor value

develop
Robin Thoni hace 8 años
padre
commit
d95544d444
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      camotion/controllers/sensors.controller.js

+ 1
- 1
camotion/controllers/sensors.controller.js Ver fichero

@@ -23,7 +23,7 @@ angular.module('camotion')
23 23
                         name: "Value",
24 24
                         width: 2,
25 25
                         getValue: function (item) {
26
-                            return $scope.values[item.Id].value;
26
+                            return $scope.values[item.Id].value.Value;
27 27
                         }
28 28
                     }
29 29
                 ],

Loading…
Cancelar
Guardar