Fixed variable mis name in apps.js for olddevicename

This commit is contained in:
Admin
2016-02-03 14:32:33 -06:00
parent a1708f2a88
commit d2e906caa3
2 changed files with 2 additions and 2 deletions

View File

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