Skip to content

Commit

Permalink
Fixed: Bug 1610162
Browse files Browse the repository at this point in the history
Bugzilla: 1610162
tendrl-github-id: Tendrl#1082
  • Loading branch information
gnehapk committed Oct 25, 2018
1 parent 2b00268 commit ec03f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/base/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
vm.showUserSetting = false;
vm.userSetting = userSetting;
vm.closeUserSetting = closeUserSetting;
vm.toggleTypePassword = toggleTypePassword;
vm.toggleConfirmPassword = toggleConfirmPassword;
vm.userScope.toggleTypePassword = toggleTypePassword;
vm.userScope.toggleConfirmPassword = toggleConfirmPassword;
vm.userSettingId = "userSettingModal";
vm.userSettingTitle = "My Settings";
vm.userSettingTemplate = "/modules/base/user-setting/user-setting.html";
Expand Down

0 comments on commit ec03f99

Please sign in to comment.