-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Milestone
Description
<!-- x and y are now available as observables, but only in the view (not the view-model) -->
<div data-bind="page: {id: 'foo', vars: ['x','y']}">
<span data-bind="text: x"></span>
<span data-bind="text: x"></span>
</div>
This is useful for effects that has nothing to do with the view-model.
Metadata
Metadata
Assignees
Labels
No labels