Add reason of why device and control are undefined sometimes.

This commit is contained in:
Gunther Brunner
2014-09-02 18:20:27 +09:00
parent ce604d8211
commit fe7452e9f7
4 changed files with 13 additions and 8 deletions

View File

@@ -23,7 +23,6 @@ module.exports = function RemoteDebugCtrl($scope, $timeout, gettext) {
}
$scope.$watch('platform', function (newValue) {
console.log('newValue', newValue)
if (newValue === 'native') {
$scope.remoteDebugTooltip =
gettext('Run the following on your command line to debug the device from your IDE')