meteor-viewmodel
meteor-viewmodel copied to clipboard
Minimalist VM for Meteor
Hi, after install: => Errors prevented startup: While processing files with ecmascript (for target web.browser): packages/dalgard:viewmodel/lib/nexus.js:115:11: super() outside of class constructor (115:11) packages/dalgard:viewmodel/lib/viewmodel.js:198:11: super() outside of class constructor (198:11) Thx...
> Q: I think we should also start thinking about making the Viewmodel approach the standard in Meteor -- currently people are still wiring up events and templates manually. We...
After removing the jQuery dependency the change event on selects is no longer fully functional (when using Materialize, or any other package which wraps selects, for that matter). jQuery change...
Addresses #20
Hi Kristian, We are happily using your package for a while now. But since a while it seems that events are binded to HTML nodes twice after Meteor reconnects. Have...