From d2e906caa3baef4172a1e4774835edf5cb6700ff Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 3 Feb 2016 14:32:33 -0600 Subject: [PATCH] Fixed variable mis name in apps.js for olddevicename --- pom.xml | 2 +- src/main/resources/public/scripts/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 42d9a8d..174b3a7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.bwssystems.HABridge ha-bridge - 1.3.7 + 1.3.7a jar HA Bridge diff --git a/src/main/resources/public/scripts/app.js b/src/main/resources/public/scripts/app.js index e605661..62a3ea7 100644 --- a/src/main/resources/public/scripts/app.js +++ b/src/main/resources/public/scripts/app.js @@ -508,7 +508,7 @@ app.controller('AddingController', function ($scope, $location, $http, bridgeSer $scope.device.contentType = null; $scope.device.contentBody = null; $scope.device.contentBodyOff = null; - $scope.bridge.olddevice.name = ""; + $scope.bridge.olddevicename = ""; }; $scope.buildUrlsUsingDevice = function (dim_control) {