Skip to content

Commit 588575b

Browse files
author
Razvan Tudosa
committed
Update custom-marker.js
1 parent 7f54a3c commit 588575b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

directives/custom-marker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

152152
scope.$watch('[' + varsToWatch.join(',') + ']', function() {
153153
customMarker.setContent(orgHtml, scope);
154-
});
154+
}, true);
155155

156156
customMarker.setContent(element[0].innerHTML, scope);
157157
var classNames = element[0].firstElementChild.className;

0 commit comments

Comments
 (0)