getProperties is not returning properties
premchandrasingh opened this issue · 4 comments
Could you recreate the issue in a jsfiddle?
I tried similar code (http://jsfiddle.net/7h30pqf1/) and it worked for me in IE, FF and Chrome.
I couldn't be able to recreate other than happening in my application. My application is using requirejs, angular, angularAMD etc. I tried loading file with requirejs, it is still working fine. Don't know why it is happening.
As of now I can use without requiring properties but I would really like to find out the cause. I have to move on...
Could you try the fiddle demo http://jsfiddle.net/7h30pqf1/ in your environment and let me know.
Also let me know the browser/OS/jQuery version you are using.
Browser: Chrome Version 39.0.2171.95 m
OS: Win 7 Professional, Service Pack 1,
jQuery: 2.1.1
Others:
Angular: v1.2.28
angularAMD: v0.2.1,
RequireJS: 2.1.8
I will update the fiddle demo soon.