fixes wrong reference to enterSubmitFolder method in ng-keydown
This commit is contained in:
committed by
Nathan Woulfe
parent
c7f342a6dd
commit
828558ac29
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user