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 229706 - JS error on ng-model with no simple value
Summary: JS error on ng-model with no simple value
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 09:42 UTC by Marek Fukala
Modified: 2013-05-29 11:36 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 Marek Fukala 2013-05-14 09:42:08 UTC
There's a error "Expected ; but found . var expense.description;" on <input ng-model="expense.description"/> element. Apparently the wrapping code doesn't expect the value can be compound expression, not just simple name.
Comment 1 Petr Pisl 2013-05-29 11:36:27 UTC
This should be fixed.