diff --git a/www/js/controllers.js b/www/js/controllers.js index c00263f..d7ac159 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1329,6 +1329,7 @@ angular.module('confjuvapp.controllers', []) var popup = $ionicPopup.alert({ title: 'Perfil', template: 'Perfil atualizado com sucesso' }); popup.then(function() { $scope.loading = false; + $scope.closeEditProfile(); }); $scope.loading = false; }, function(err) { -- libgit2 0.21.2