Hsuan Lee

Results 29 comments of Hsuan Lee

@lynzz 我就是这个意思,我等会就会提交代码

将在之后发布新版本 ``` typescript this.calendarCtrl.openCalendar({ daysConfig:[ { date:new Date(2017,0,1), subTitle:'danger', marked:true, cssClass:'day-danger', } ], cssClass:'my-cal' }) ``` ``` scss calendar-page.my-cal{ button.day-danger { background-color: #e02041; border-radius:5px; &.marked p,&.marked em { color: #fff;...

> English is not my native language; please excuse typing errors. @EbilPanda Hi, thank you very much for PR. It's really great. But he will lead to incorrect disable day,...

@EbilPanda Hi, Thank you for your PR! But now can not release the new version, please revoke your changes for `README.md`&`package.json`, then I will merge.

你好,首先感谢你的issues。 我无法通过你的描述定位问题 可以的话我需要你告诉我以下信息: 1.在项目目录下执行 ionic info命令获取开发环境。 2.package.json 中 devDependencies与dependencies字段内容。 3.告诉我你的设备系统

@chenbobowu 我demo现在是开发环境,依赖并不稳定(表示歉意) 你可以新建一个项目然后在通过npm安装最新的发行版。

好的,我会在生成一个新的环境尝试重现。再次感谢

`npm run build` 不是 `npm run bulid` 之后组件会编译,然后自动拷贝到demo下 ``` bash cd demo ionic serve ```

> English is not my native language; please excuse typing errors. Thank you very much for your PR😀 Replace `isToday` with `borderHighlights`, maybe better appropriate. I run `npm run-script build`,...