jQWidgets Forums

jQuery UI Widgets Forums General Discussions Plugins AngularJS i cant use jqx-number-input in my angularjs project

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • Dr Loop
    Participant

    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


    Peter Stoev
    Keymaster

    Hi Dr Loop,

    1. On the demo page is demonstrated how to use jqxNumberInput with AngularJS.
    2. There is no ID ‘jqx-number-input’. As far as I see, your ID is “sample”.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.