Skip to content
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

Cannot read property 'value' of undefined #3

Open
nova76 opened this issue Mar 31, 2016 · 0 comments
Open

Cannot read property 'value' of undefined #3

nova76 opened this issue Mar 31, 2016 · 0 comments

Comments

@nova76
Copy link

nova76 commented Mar 31, 2016

I received this error messages, while simple use: Cannot read property 'value' of undefined

http://plnkr.co/edit/xjgiRk9RdcgBdRAFtCM3?p=preview

Interestingly, if you reversed the order of the two javascript , it works in spite of the error

from:

    <script src="http://ignitersworld.com/lab/assets/js/radialIndicator.js?32"></script>
    <script src="script.js"></script>

To:

    <script src="script.js"></script>
    <script src="http://ignitersworld.com/lab/assets/js/radialIndicator.js?32"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant