From 1d968481240d1e0713495342d20a6bf06d3239d0 Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Wed, 23 Sep 2015 12:27:42 -0300 Subject: [PATCH] Ticket #121: Close edit profile form after profile is updated --- www/js/controllers.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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