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 241870 - Expected } but found eof" for nested controllers angularjs - Netbeans 8.0
Summary: Expected } but found eof" for nested controllers angularjs - Netbeans 8.0
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-14 10:28 UTC by vidhyadharantechdays
Modified: 2014-02-19 11:23 UTC (History)
2 users (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 vidhyadharantechdays 2014-02-14 10:28:59 UTC
I have a scenario where i used nested controllers, in that case i am getting error. when i used ng-repeat and ng-controller in same div . 
 
<!DOCTYPE html>

.....
.
.
.
.
.
.


<div class="row-fluid">
    <!--Each api resource--> 
    <div ng-repeat="api_resource in resources" data-ng-controller="itemController">

        
    </div>
</div>

.
.
.
.
Comment 1 Petr Pisl 2014-02-14 10:41:29 UTC
Reproducible, thanks for reporting this.
Comment 2 Petr Pisl 2014-02-14 11:22:58 UTC
Fixed in web-main.
Comment 3 Quality Engineering 2014-02-15 05:13:38 UTC
Integrated into 'main-silver', will be available in build *201402150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/96e1c4009a92
User: Petr Pisl <ppisl@netbeans.org>
Log: #241870 - Expected } but found eof for nested controllers angularjs - Netbeans 8.0
Comment 4 Vladimir Riha 2014-02-19 09:06:19 UTC
Verified

Product Version: NetBeans IDE Dev (Build 201402190001)
Java: 1.8.0; Java HotSpot(TM) Client VM 25.0-b69
Runtime: Java(TM) SE Runtime Environment 1.8.0-b129
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 5 vidhyadharantechdays 2014-02-19 11:23:08 UTC
Tested with latest build