You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mikilion - I'm thinking about the best way to work around this as there may be other JavaScript tools that require similar style comments. I am thinking of adding an ignoreHtmlComments flag - would this work for your issue?
The "ignoreknockoutcomments" argument doesn't work on 1.9 version.
I tried to modify following regular expression: <!--(?!\[)(?!ko .*)(?!\/ko)(.*?)-->
to this: <!--(?!ko .*)(?!\/ko)-->
at line 164 of the class "StreamReaderExtension".
The "Knockout" containerless control flow syntax should not be removed from the page.
The text was updated successfully, but these errors were encountered: