mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
fix(dailyPlanner): fix task suggestions
This commit is contained in:
parent
662e66578a
commit
f97afaa258
5 changed files with 10 additions and 9 deletions
|
|
@ -19,7 +19,7 @@
|
|||
placeholder="Select a task to start with">
|
||||
<md-item-template>
|
||||
<span md-highlight-text="vm.searchText"
|
||||
md-highlight-flags="^i">{{ task.title }}</span>
|
||||
md-highlight-flags="i">{{ task.title }}</span>
|
||||
</md-item-template>
|
||||
<md-not-found>
|
||||
No states matching "<span ng-bind="vm.searchText"></span>" were found.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue