This commit is contained in:
Eugene Pankov
2018-10-05 10:10:02 +01:00
parent 87933edb96
commit 621a6d8127
4 changed files with 8 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ div(*ngIf='npmInstalled')
i.fa.fa-fw.fa-search(*ngIf='availablePluginsReady')
input.form-control(
type='text',
'[(ngModel)]'='_1',
[(ngModel)]='_1',
(ngModelChange)='searchAvailable(_1)',
placeholder='Search plugins'
)