AdamNiederer / ng2-mode

Angular Support for Emacs
GNU General Public License v3.0
73 stars 11 forks source link

ng2-html-goto-binding doesn't work with name$ #23

Open schmeic opened 4 years ago

schmeic commented 4 years ago

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?