Fixes angular digest loop when note has more than 10 tags

This commit is contained in:
Mo Bitar
2018-02-18 14:15:03 -06:00
parent f260476269
commit 4289d4806d
3 changed files with 13 additions and 4 deletions

View File

@@ -55,7 +55,7 @@
%strong.medium Archived
.tags-string{"ng-if" => "ctrl.shouldShowTags(note)"}
.faded {{note.tagsString()}}
.faded {{note.savedTagsString || note.tagsString()}}
.name{"ng-if" => "note.title"}
{{note.title}}