Closed jpurcell001 closed 11 years ago
There's been some significant progress made on computed view properties and on the role of filters. Computed view properties and filters are both two-way mechanisms (some two-way filters have been added). Also, the concept of "observables" has been stricken... there are now only native attributes and computed properties. View-specific data should be stored in a sanctioned viewModel
property of the view.
1) bindingComputeds can now be a function that resolves to a hash 2) bindingComputeds hash entries can now be constants (non-functions) - useful for view configuration properties that need to be reflected in DOM