bisheng icon indicating copy to clipboard operation
bisheng copied to clipboard

BI-Directional / Two-Way Data-Binding Library

Results 7 bisheng issues
Sort by recently updated
recently updated
newest added

E:\code\projects\node_modules\[email protected]@bisheng\tmp\entry.index.js18行有问题 ,但是检查后该模块是存在的,看了错误几乎都是同一个,动态获取工程路径有问题貌似 原始地址是E:\code\projects\ 报错显示的是 E:\codeprojects ![image](https://user-images.githubusercontent.com/8787605/33050019-a993249e-ce9d-11e7-8dd8-c95a2ca63ca9.png)

### thx/bisheng now has a Chat Room on Gitter @taberh has just created a chat room. You can visit it here: [https://gitter.im/thx/bisheng](https://gitter.im/thx/bisheng?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

Demo: http://jsfiddle.net/taberhuang/4sm7yxcq/1/

``` javascript var tpl = '{{#each list}}' + '{{#each .}}' + '{{@../index}} {{@index}} '+ '{{/each}}' + '{{/each}}' ```

define.apply(window, args); 好像没办法导出BiSheng 我暂时改成 define(function(){ return factory(); }) 可以用了 ,不知道是不是个bug:)