Commit ab1d9513c1062b0b5845fc3d42a1ceb5fbd0175b

Authored by Kuldeep Arora
1 parent e5448f3027
Exists in master

minor update

app/partials/accountSetting/accountSetting.Controller.js
... ... @@ -74,6 +74,7 @@
74 74  
75 75 $scope.addAccount = function(){
76 76 $('#demo-modal').css('display', 'block');
  77 + $scope.accountdata.status = true;
77 78 }
78 79  
79 80 $scope.cancelAddAccount = function(){
... ... @@ -83,6 +84,7 @@
83 84  
84 85 $scope.additionalAccnObj = {};
85 86 $scope.createAddAccount = function(){
  87 + $scope.accountdata.status = true;
86 88 if ($scope.accountdata.userName === '') {
87 89 toastr.error('Please enter all the fields.', {
88 90 closeButton: true
... ...