jQuery UI Widgets › Forums › General Discussions › Plugins › AngularJS › jqx-width in angular directive
Tagged: angular attributes, Angular combobox, bootstrap combobox, javascript combobox, jquery combobox, jqwidgets combobox, jqxComboBox, set jqx-width
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 9 years, 6 months ago.
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>
<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>
<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
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'”.
jqx-width="'100%'"
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.