Hide popover on button click

This commit is contained in:
Joseph Schorr 2014-01-20 18:23:15 -05:00
parent 6548b251be
commit 8081680947

View file

@ -1468,6 +1468,7 @@ function OrgAdminCtrl($rootScope, $scope, $timeout, Restangular, $routeParams, U
};
$scope.changeEmail = function() {
$('#changeEmailForm').popover('hide');
$scope.changingOrganization = true;
var params = {
'orgname': orgname