Skip to content

Commit

Permalink
fixed issue of "on tap go to" being upredictable. Still needs cleanup…
Browse files Browse the repository at this point in the history
…. temporary hack

Former-commit-id: 8b9cb3b8a344b5407ddcd8978e2232eacec20f5c
  • Loading branch information
pliablepixels committed Jul 9, 2016
1 parent 7be4525 commit 6256a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/js/EventServerSettingsCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ angular.module('zmApp.controllers').controller('zmApp.EventServerSettingsCtrl',
ZMDataModel.zmLog("Setting new onTap State:"+ld.onTapScreen);
ZMDataModel.setLogin(ld);
$scope.defScreen = $scope.myopt.selectedState;
$scope.loginData = ld;


}
Expand Down

0 comments on commit 6256a81

Please sign in to comment.