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 - Shows error on "`" this operator
Summary: Shows error on "`" this operator
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-26 17:15 UTC by shelkeap
Modified: 2016-03-26 17:16 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows error on "`" this operator (`) (16.40 KB, image/png)
2016-03-26 17:15 UTC, shelkeap
Details

Note You need to log in before you can comment on or make changes to this bug.
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