-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser loading bug #592
Comments
@pablojim, Will this fix go out with the next release on bower? |
Hi @rafaelmacario and @pablojim I was about to make a PR when I found this issue - introducing what I think i a bug in it self? All that was needed to fix the bug metioned in issue #592 was the additional check:
The check that was introduced:
will never be true when combined with the top most check/assignment:
If Hence the later check for
will always fail?? The real check should be:
That is, leaving out the How can this work for anyone? I am a little puzzled! Please let me know if I am missing something here? Kind Regards Lasse |
Hello, we would like to use your great library for a project in angularJS. I have the version 1.2.0 retrieved from npm repository. But I am block because of this defect. Many thanks for this great work! |
@prols you can target a specific commit via npm if that helps |
Yes thanks I will do that for now. |
you will indeed need to build it locally, looking at the PR, |
@prols Released now. |
@pablojim Great thanks! |
When using highcharts in browser, the variable module param is becoming undefined and throwing an application error
Link to jsfiddle showing the issue.
https://jsfiddle.net/rafaelmacario/chhcpdu6/3/
Expected Behaviour
When loading the highchart module in browser it must detect the module existence in order to let script continue to load
Current Behaviour
highcharts-ng-js : Line 20
Error:
ReferenceError: module is not defined
Your Environment
The text was updated successfully, but these errors were encountered: