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 232694 - False error in expression when ends with whitespace
Summary: False error in expression when ends with whitespace
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-15 09:13 UTC by Petr Pisl
Modified: 2013-07-16 02:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2013-07-15 09:13:25 UTC
Have an directive with expression:

<a ng-class="{selected: location.path() == '/'} " href="#/">All</a>

There is error expected eof but foudn }
Comment 1 Petr Pisl 2013-07-15 09:23:07 UTC
Fixed in web-main:
http://hg.netbeans.org/web-main/rev/5aafff492f71
Comment 2 Quality Engineering 2013-07-16 02:38:35 UTC
Integrated into 'main-silver', will be available in build *201307152300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5aafff492f71
User: Petr Pisl <ppisl@netbeans.org>
Log: #232694 - False error in expression when ends with whitespace