Skip to content

Commit f45de0f

Browse files
committed
Fixed bug with tags
1 parent 3c17b8b commit f45de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenNote/openNote/services/tagService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openNote.service("tagService", function ($rootScope,storageService) {
22
var service = this;
3-
var tagRegex = /(?:\ |^|\n)(#[^\ <\n]*)/ig;
3+
var tagRegex = /(?:\ |^|\n|>)(#[^\ <\n]*)/ig;
44

55
/**
66
* Bind handlers to the root scope

0 commit comments

Comments
 (0)