mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #849 from sharelatex/pr-fix-add-new-university
Correctly invoke the function to add unknown universities.
This commit is contained in:
commit
8057f4e74d
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ script(type="text/ng-template", id="affiliationFormTpl")
|
||||||
ui-select(
|
ui-select(
|
||||||
ng-model="$ctrl.affiliationData.university"
|
ng-model="$ctrl.affiliationData.university"
|
||||||
ng-disabled="!$ctrl.affiliationData.country"
|
ng-disabled="!$ctrl.affiliationData.country"
|
||||||
tagging="$ctrladdUniversityToSelection"
|
tagging="$ctrl.addUniversityToSelection"
|
||||||
tagging-label="false"
|
tagging-label="false"
|
||||||
)
|
)
|
||||||
ui-select-match(
|
ui-select-match(
|
||||||
|
|
Loading…
Reference in a new issue