This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258544

Summary: Shows error on "`" this operator
Product: editor Reporter: shelkeap
Component: Hints & AnnotationsAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: shelkeap
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows error on "`" this operator (`)

Description shelkeap 2016-03-26 17:15:53 UTC
Created attachment 159011 [details]
Shows error on "`" this operator (`)

Editor shows ` character/operator as error.
i.e. this operator "`" 
see screen shot for details.
My angular js code is

var textboxTemplate = `
<input type="text"></input>
`;

but it is showing error on ` operator