Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matefun
Frontend
Commits
855eb483
Commit
855eb483
authored
Feb 20, 2019
by
Franco Pariani
Browse files
Fix closing popover
parent
54eead12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Frontend Angular 4/src/app/layout/matefun/matefun.component.html
View file @
855eb483
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment