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 230119 - Binding context from different files used by the code completion
Summary: Binding context from different files used by the code completion
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: Knockout (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-22 13:50 UTC by Marek Fukala
Modified: 2015-09-09 11:46 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-22 13:50:42 UTC
1) create a new html file in the MyExpenses test app 
2) put <span data-bind="foreach: | "></span>
3) invoke CC => the current binding context is se to the one from the expenses_ko.js file.