Marko Cen
Marko Cen
人只活一次,还是要面向效益编程
What kind of browser you used? It looks like a cross-browser issue.
ngPopup simply add a child scope to the appended scope, you can use `$parent` to access properties in parent controller
I see your point. This issue caused by the `SVG` element cannot adjust its height correctly. Need to find a way to scale the `SVG` element when container height not...
You could see the issue in this repl.it project [https://repl.it/join/wkppmvcy-markocen](https://repl.it/join/wkppmvcy-markocen)
Same here, I installed the toolbox with an isolated python environment created by virtualenv OS: Windows 10 Python: 2.7.15 ``` $ pip install -U quantiacsToolbox Collecting quantiacsToolbox Using cached https://files.pythonhosted.org/packages/7f/15/84d4dc8229cb6394b8bd06d1de6a10e25f819e56af2e624efe9a5a660fe0/quantiacsToolbox-3.0.1.tar.gz...
Encounter the same issue, found a walkaround [here](https://joshuaavalon.io/webpack-alias-in-typescript-declarations) currently using `ttsc` with `typescript-transform-paths` to generate declaration files after rollup emitted ts files, kind of redundant but works...