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 241073 - The virtual source is created in wrong way
Summary: The virtual source is created in wrong way
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: 2014-01-28 17:36 UTC by Petr Pisl
Modified: 2014-01-30 03:05 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 2014-01-28 17:36:14 UTC
Try to generate a virtual source for file partials/phone-detail.html from PhoneCat project. The virtual source contains bug, missing }
Comment 1 Petr Pisl 2014-01-29 09:09:38 UTC
The problem is in the img tag:

<img ng-src="{{img}}"
       class="phone"
       ng-repeat="img in phone.images"
       ng-class="{active: mainImageUrl==img}">

The ng-repeat translation is looking for the end of the img tag:(
Comment 2 Petr Pisl 2014-01-29 10:20:58 UTC
Fixed in web-main.
Comment 3 Quality Engineering 2014-01-30 03:05:43 UTC
Integrated into 'main-silver', will be available in build *201401300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f088402ad5d3
User: Petr Pisl <ppisl@netbeans.org>
Log: #241073 - The virtual source is created in wrong way