mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
close dropdown on click
This commit is contained in:
parent
eeb27062a0
commit
08cebe369d
1 changed files with 1 additions and 2 deletions
|
@ -42,13 +42,12 @@ block content
|
|||
| {{currencyCode}} ({{plans[currencyCode]['symbol']}})
|
||||
|
||||
ul.dropdown-menu(role="menu")
|
||||
li(ng-repeat="(currency, value) in plans")
|
||||
li(ng-repeat="(currency, value) in plans", dropdown-toggle)
|
||||
a(
|
||||
href,
|
||||
ng-click="changeCurreny(currency)"
|
||||
) {{currency}} ({{value['symbol']}})
|
||||
|
||||
|
||||
.row(ng-cloak)
|
||||
.col-md-12
|
||||
.card-group.text-centered(ng-if="ui.view == 'monthly' || ui.view == 'annual'")
|
||||
|
|
Loading…
Reference in a new issue