hi guys.
i just downloaded this plugin and read samples of this site to learn to use it in my project.
but i had confused there.
(i’m using angularjs and bootstrap)
when i use <jqx-number-input id='sample'></jqx-number-input>
, the IDE (VS 2013) cant recognize that tag and i cant access to that element in my script like: `$(‘jqx-number-input’) and even have no access to that id.
when i use <input jqx-number-input /> its not working and i guess jqx-number-input has prepared for <div> only.
when i use <div jqx-number-input ng-model=’sample’><div> then the ng-model not working because it just works for (input, select, textarea)
so which kind of use of jqx-number-input in my markup is helpful?
As well as my code could not find images for spinButtons and buttons shown without any image.
(english is my sec language, so sorry for bar grammar)
thank you all