You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Hi,
i found a problem loading this module with systemjs into an angular module.
Any browser console i use tell me that 'this' objecgt is undefined and so calling numeral property of undefined falls down into an error.
I suppose that there is a wrong 'this' use at line 23 of angular-numeraljs.js, so changing with more direct 'window.angular' reference all works perfectly.
Please verify this and feedback any other suggestions,
bye.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
i found a problem loading this module with systemjs into an angular module.
Any browser console i use tell me that 'this' objecgt is undefined and so calling numeral property of undefined falls down into an error.
I suppose that there is a wrong 'this' use at line 23 of angular-numeraljs.js, so changing with more direct 'window.angular' reference all works perfectly.
Please verify this and feedback any other suggestions,
bye.
The text was updated successfully, but these errors were encountered: