From 855eb483ee1c9d626896434b1c18ed33fd7a55e5 Mon Sep 17 00:00:00 2001
From: Franco Pariani <franco19ps@gmail.com>
Date: Wed, 20 Feb 2019 21:41:53 -0300
Subject: [PATCH] Fix closing popover

---
 .../src/app/layout/matefun/matefun.component.html               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Frontend Angular 4/src/app/layout/matefun/matefun.component.html b/Frontend Angular 4/src/app/layout/matefun/matefun.component.html
index cee297a..1047456 100755
--- a/Frontend Angular 4/src/app/layout/matefun/matefun.component.html	
+++ b/Frontend Angular 4/src/app/layout/matefun/matefun.component.html	
@@ -115,7 +115,7 @@
                                     </label>
                                 </div>
                                 <div class="form-group">
-                                    <button class="btn btn-secondary" (click)="saveConfig()">{{ "i18n.action.save" | translate | titleCase }}</button>
+                                    <button class="btn btn-secondary" (click)="saveConfig(); popover.close();">{{ "i18n.action.save" | translate | titleCase }}</button>
                                 </div>
                             </div>
                         </ng-template>
-- 
GitLab