Howard.Zuo

Results 35 comments of Howard.Zuo

> Perhaps rename `msg` to `prefix` and add a `suffix`? nice idea, adjusted

I am not familiar with meteor. But the code style i am using is [UMD](https://github.com/umdjs/umd), by which the module can be used in CommonJs, AMD, global definition flavor. To use...

Sorry, i don't have iOS device as well. But if you got the error, let me know.

Can you provide reproduce demo?

^^, `ngSweetAlert2` is not a `string`, but variable from `import` phase(no quotes around it). ![2017-02-02 9 23 28](https://cloud.githubusercontent.com/assets/1059956/22551021/de3d882e-e98d-11e6-8797-9e1e8b36b21b.png) See: ```javascript //ES2015 import {ngSweetAlert2} from 'angular-h-sweetalert'; //CommonJS const {ngSweetAlert2} = require('angular-h-sweetalert');...

Like @acedward said, keep this issue open

@LYSSION 来个pr吧,我很久没搞这个东西了,快忘光了。。。

@s-komzarev I believe that is a bug with `BaiduMap SDK JavaScript API v3.0` which i used for `angular2-baidu-map`. I tried to switch back to `BaiduMap SDK JavaScript API v2.0`, the...

@hanying33 that's possible. Feel free to give me your PR or any findings. I will leave this issue open in case we might have further discussion

can you provide a demo? How you get this error