Skip to content

Commit 8ae3c94

Browse files
committed
https://github.com/FoxUSA/OpenNote/issues/81
1 parent 7635af9 commit 8ae3c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenNote/openNote/partials/searchPartial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h4>
4343
</p>
4444
</div>
4545

46-
<div ng-Repeat="note in currentFolder.notesInside" class="box waveAnimation note startHidden jstree-draggable" ng-click="loadNote(note);">
46+
<div ng-Repeat="note in currentFolder.notesInside" class="box randomFadeInDirective note startHidden jstree-draggable" ng-click="loadNote(note);">
4747
<h4>
4848
{{note.title}}
4949
</h4>

0 commit comments

Comments
 (0)