added vm. in front of the enterSubmitFolder method call on ng-keydown
This commit is contained in:
@@ -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