Hey
I'm using electron v1.4.8 and have the next issue:
Getting error when it tries to load content from file://www.google.com/jsapi I guess it's because electron URL begins with file and not with http\s.
When I use google charts without this module
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
it works (but not comfortable with angular)
Thanks!
Hey
I'm using electron v1.4.8 and have the next issue:
Getting error when it tries to load content from
file://www.google.com/jsapiI guess it's because electron URL begins withfileand not withhttp\s.When I use google charts without this module
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>it works (but not comfortable with angular)
Thanks!