hello,
I’m using JQWIDGETS and really enjoy it.
Now I’m using DockingLayout and I have the same problem:
angular binding not working.
Let’s take something simple like this:
<div data-container=”OutputPanel” >
<input type=”button” (click)=”clickFunc()” value=”test” />
</div>
clickFunc not working.
When will this problem be solved?
Thanks in advance.