fix: minor improvement

This commit is contained in:
Zhicheng Wang 2017-08-06 13:47:26 +08:00
parent 74f98b871c
commit 7e5fb1d5fa
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import 'rxjs/add/operator/distinctUntilChanged';
template: `<input #searchBox
type="search"
aria-label="search"
placeholder="Search"
placeholder="搜索"
(input)="doSearch()"
(keyup)="doSearch()"
(focus)="doFocus()"