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 235876 - Knockout: data-bind attribute in knockout template
Summary: Knockout: data-bind attribute in knockout template
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC All
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 12:49 UTC by Petr Hejl
Modified: 2015-09-30 12:48 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2013-09-12 12:49:37 UTC
The proper binding context is not used in knockout template. It should be one defined for the template while it is the global one exported via ko.applyBindings. Also other props such as $parent etc. should be handled.