jQWidgets Forums

jQuery UI Widgets Forums Plugins AngularJS jqx-width in angular directive

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqx-width in angular directive #85599

    HSE_MLang
    Participant

    Hello,

    i test your angular controls and i think i found a bug with parsing attributes in angular directives.

    I tried to set up a combobox with this code:
    <jqx-combo-box jqx-width="100%" jqx-theme="metro"></jqx-combo-box>

    When i start the app i getting a $parse Exception.

    When i use the following code all works fine:
    <jqx-combo-box jqx-width="100" jqx-theme="metro"></jqx-combo-box>

    It seems that i cant use percentage values within the width attribute.

    Could you confirm this ?

    Greetings

    jqx-width in angular directive #85608

    Hristo
    Participant

    Hello HSE_MLang,

    Please, try with this jqx-width="'100%'" instead of jqx-width=”100%”.
    Also if you have some trouble with the theme could try this “‘metro'”.

    Best Regards,
    Hristo Hristov

    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.