-
Hi Paul,
When I run the code for the todo bot with the following package.json:
{
"name": "to-do-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
…
-
Hey - if you're using rendr in a production environment let me know! I'm working on documentation and would love to be able to link to some example sites!
i know @bigethan and truilia are... anyone e…
-
I ran into Crell on my way from the code sprint and we talked about whether it made sense to make a REST resource for updating single fields to support the Edit modules current approach to updating no…
-
We dont know what type of model it will be, but it could default to a merstone model, or we could enable functionality like Backbone to provide a Model in the constructor?
-
这个issue发在插件那边没有人回复,把他拿到fis3这边一起研究。
加载器: mod.js
开发: backbonejs
在backbone中自定义路由module加载函数`load`,根据modulename,actionname变量名动态进行module的异步加载,主要使用require.async进行异步加载。
对于异步加载,fis会动态分析页面,根据require.async中值生成…
-
Define a 'gear' model and gear-collection:
```
var Model = require('ampersand-model');
module.exports = Model.extend({
props: {
id: 'string',
name: 'string'
},
parse: fun…
-
Hi Jason,
Firstly I'd like to say nice work on Phreeze. I am a complete novice with WebApps but have plans to create a LAMP based WebApp. Following consultation with some IT friends I was recommended …
-
I am trying to use backbone.js along with easyTabs and there seems to be a conflict on the click event. I get no errors, it just seems like backbone is highjacking the click event from easyTabs.
-
### Stuff That Need To Be Integrated
- [x] [@thecotne/tasker](https://github.com/thecotne/tasker)
- [x] [webpack](https://webpack.js.org/)
- [x] [unused-files-webpack-plugin](https://github.co…
-
As we all know, there are numerous plugins in the wild which override `Backbone.sync` with specific domain logic. Things like storage proxies, web socket connections, etc. The way plugins add this fun…