added vm. in front of the enterSubmitFolder method call on ng-keydown

This commit is contained in:
Paul Seal
2021-10-07 13:02:31 +01:00
committed by Nathan Woulfe
parent 8989c4ad13
commit 3dcfb6aea1

View File

@@ -90,7 +90,7 @@
class="umb-breadcrumbs__add-ancestor"
ng-show="model.showFolderInput"
ng-model="model.newFolderName"
ng-keydown="enterSubmitFolder($event)"
ng-keydown="vm.enterSubmitFolder($event)"
ng-blur="vm.submitFolder()"
focus-when="{{model.showFolderInput}}" />
</li>