mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge remote-tracking branch 'origin/jel-payment-countries'
GitOrigin-RevId: 412422397ad36408566899b7b2bcbbaabf88138b
This commit is contained in:
parent
ce8695c951
commit
24da4799ed
1 changed files with 1 additions and 1 deletions
|
@ -161,11 +161,11 @@ block content
|
|||
name="country"
|
||||
ng-change="updateCountry()"
|
||||
required,
|
||||
ng-options="country.code as country.name for country in countries",
|
||||
ng-selected="{{country.code == data.country}}"
|
||||
)
|
||||
option(value='', disabled, selected) #{translate("country")}
|
||||
option(value='-') --------------
|
||||
option(ng-repeat="country in countries" ng-bind-html="country.name" value="{{country.code}}")
|
||||
span.input-feedback-message {{ simpleCCForm.country.$error.required ? 'This field is required' : '' }}
|
||||
|
||||
if (showVatField)
|
||||
|
|
Loading…
Reference in a new issue