belerweb

Results 6 comments of belerweb

current, we can call update method after model changed to solve it. sample code as below: ``` javascript $timeout(function () { if (swiper) { swiper.update(true); } }, 100); ```

可以啊。这个要持续开发维护。算上你,才两个人,还不能持续维护。 要有计划的开发版本,还要在下一个版本发布前确定兼容性如何。 之前的开发都是随心所欲,想怎么修改就怎么修改。 2014-08-28 18:09 GMT+08:00 Dingfu.Ye [email protected]: > http://semver.org/lang/zh-CN/ > > 比如0.4.1,个人觉得这样更好些。现在各大开源软件都是使用这样的版本号。 > > — > Reply to this email directly or view it on GitHub > https://github.com/belerweb/social-sdk/issues/78.