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
When using the common Angular convention of appending observable variables with a dollar sign (e.g. name$), ng2-html-goto-binding breaks with the error:
"Couldn't find name$"
I'm guessing that the dollar sign needs to be escaped to be treated as a regular character in the regexp?
The text was updated successfully, but these errors were encountered:
When using the common Angular convention of appending observable variables with a dollar sign (e.g. name$), ng2-html-goto-binding breaks with the error:
"Couldn't find name$"
I'm guessing that the dollar sign needs to be escaped to be treated as a regular character in the regexp?
The text was updated successfully, but these errors were encountered: