viewmodel icon indicating copy to clipboard operation
viewmodel copied to clipboard

MVVM for Meteor

Results 15 viewmodel issues
Sort by recently updated
recently updated
newest added

I want to get contents of reactive array in autorun without depending on it - similar to `vm.property.value`. How can I do that? If I try to use `.array()`method of...

`Toggle` binding descr has the same text as `if\visible`

A fix for #260 that I tested and it worked on my side.

Hello! I think I have found a bug with "disable" binding: When used with a "select" element, it just adds "disabled" to select classes. I think it should behave as...

Hi, this library looks awesome! Unfortunately, my Meteor 1.2 report `SyntaxError: Unexpected reserved word` on `class Property`. I tried adding the `ecmascript` package - no difference. Maybe the release build...