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

Summary: JS error on ng-model with no simple value
Product: web Reporter: Marek Fukala <mfukala>
Component: AngularJSAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: ppisl
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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.