backbone-view-model icon indicating copy to clipboard operation
backbone-view-model copied to clipboard

Backbone.ViewModel - Keep view's business logic in a ViewModel and your persistance logic in your Model

Results 4 backbone-view-model issues
Sort by recently updated
recently updated
newest added

Hi tom, Is there any way to write the data from view model to source model and use source model.save() to save it back to server?

This pull request includes a few of enhancements. - Use bower to manage dependencies - Fix a bug which breaks the binding of `ViewModel`s to their `source_model`s in `Underscore >=...

Hey, Here's a fix for running the tests with Karma, it's really easy now: 1. `npm -g install karma-cli` 2. `npm install # to install qunit and PhantomJS locally` 3....

Here's an example Karma configuration you may want to model from: https://github.com/trunkclub/brunch-with-panache/blob/master/test/karma.conf.coffee Note that there's [an issue](https://github.com/karma-runner/karma/pull/1131) whereby, if you want to use karma via the CLI (ideal in all...