fix(dailyPlanner): fix task suggestions

This commit is contained in:
Johannes Millan 2017-11-24 15:40:30 +01:00
parent 662e66578a
commit f97afaa258
5 changed files with 10 additions and 9 deletions

View file

@ -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.