misojs icon indicating copy to clipboard operation
misojs copied to clipboard

Isomorphic JavaScript framework using mithril

Results 6 misojs issues
Sort by recently updated
recently updated
newest added

**ENVIRONMENT:** Windows 7, node v6.11.3 npm v3.10.10 When typing miso run the following error message comes up. Touching system/main.js PATH-TO-PROJECT-DIRECTORY\node_modules\mithril\mithril.js:374 var requestService = _8(window, PromisePolyfil) ReferenceError: window is not defined...

When typing miso run the following error message comes up. Touching system/main.js [nodemon] 1.12.1 [nodemon] to restart at any time, enter 'rs' [nodemon] watching: package.json ~\modules/**/* ~\system/**/* ~\cfg/**/* ~\mvc/**/* ~\client/**/*...

We want to be able to control what the URLs are named when automatically mapped. Note: just the URLs, not the action method names, they should stay as-is. See: https://github.com/jsguy/misojs/wiki/How-miso-works#route-by-convention...

Changing the bindings array to an object so that elements can be removed while preserving indicies of our tracking object

See [issue 2](https://github.com/jsguy/misojs/issues/2) for details and discussion