Hello,
I have create window inside html page
<jqx-window ng-model="windowKorban" jqx-create="createWidget" jqx-settings="windowSettings">
<div>
CISC</div>
<div>
Before the RISC philosophy became prominent, many computer architects tried to bridge
the so called semantic gap, i.e. to design instruction sets that directly supported
high-level programming constructs such as procedure calls, loop control, and complex
addressing modes, allowing data structure and array accesses to be combined into
single instructions. Instructions are also typically highly encoded in order to
further enhance the code density...</div>
</jqx-window>
my question, how i can get ng-model window from controller and show window?
TIA