xiphias

Results 4 issues of xiphias

Note: I wasn't be able to run build.sh as I'm not working on Linux machine ATM :-(

client.js didn't handle multiple cursors for the same collection well because the value object was common to all cursors of a collection. Also $meteorObject didn't handle multiple save() operations on...

The value object is local to the collection and set whenever a new cursor is created for a collection. A new wrapper object with its own array should be created...

I'm using html files in the partials/directives directory as html templates. When I change a file, the application reloaded, but the browser caches the template, so a refresh itself doesn't...