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 254609 - Object literal not offered in html file
Summary: Object literal not offered in html file
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-22 07:42 UTC by Vladimir Riha
Modified: 2015-09-22 01:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (3.93 KB, application/zip)
2015-08-22 07:42 UTC, Vladimir Riha
Details
IDE log (56.60 KB, text/plain)
2015-08-22 07:42 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2015-08-22 07:42:29 UTC
Created attachment 155543 [details]
sample project

Please check the attached project and try cc in line 27 for ng-model. Neither necoMalo or printAttempt are offered but they should be.


Thank you


Product Version: NetBeans IDE Dev (Build 201508210002)
Updates: Updates available
Java: 1.8.0_60; Java HotSpot(TM) Client VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2015-08-22 07:42:46 UTC
Created attachment 155544 [details]
IDE log
Comment 2 Vladimir Riha 2015-08-22 07:44:15 UTC
The same goes if I use

$scope.printAttempt = new Date()
Comment 3 Quality Engineering 2015-09-12 03:06:20 UTC
Integrated into 'main-silver', will be available in build *201509120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c84032c2d1fc
User: Petr Pisl <ppisl@netbeans.org>
Log: #254609 - Object literal not offered in html file
Comment 4 Petr Pisl 2015-09-21 13:08:38 UTC
The commit from comment #3 belongs to another bug.
Comment 5 Petr Pisl 2015-09-21 15:06:49 UTC
Fixed in web-main. Problem in finding objects that are in a with statement.
Comment 6 Quality Engineering 2015-09-22 01:21:30 UTC
Integrated into 'main-silver', will be available in build *201509220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5e21f0d3b023
User: Petr Pisl <ppisl@netbeans.org>
Log: #254609 - Object literal not offered in html file