Hide popover on button click
This commit is contained in:
parent
6548b251be
commit
8081680947
1 changed files with 1 additions and 0 deletions
|
@ -1468,6 +1468,7 @@ function OrgAdminCtrl($rootScope, $scope, $timeout, Restangular, $routeParams, U
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.changeEmail = function() {
|
$scope.changeEmail = function() {
|
||||||
|
$('#changeEmailForm').popover('hide');
|
||||||
$scope.changingOrganization = true;
|
$scope.changingOrganization = true;
|
||||||
var params = {
|
var params = {
|
||||||
'orgname': orgname
|
'orgname': orgname
|
||||||
|
|
Reference in a new issue