Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for passing boolean values to ko.bindingHandlers.activity #28

Merged
merged 1 commit into from
Nov 18, 2013
Merged

Conversation

tim-bellette
Copy link
Contributor

Added support for passing boolean values to ko.bindingHandlers.activity; previously only supported functions.

Added support for passing boolean values to ko.bindingHandlers.activity; previously only supported functions.
@rockResolve
Copy link

+1 Use case: for complex expressions in bindingHandler options. For example on a list only allow removal of current item with
$root.isSelectedItem($data) && $root.removeCmd.isExecuting()

hfjallemark pushed a commit that referenced this pull request Nov 18, 2013
Added support for passing boolean values to ko.bindingHandlers.activity
@hfjallemark hfjallemark merged commit 0cd0e7c into CodeSeven:master Nov 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants