jQuery UI Widgets Forums Dialogs and Notifications Window Call ng-model Window from Controller

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Call ng-model Window from Controller #85334

    joko.pitoyo
    Participant

    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

    Call ng-model Window from Controller #85341

    Peter Stoev
    Keymaster

    Hi joko.pitoyo,

    jqxWindow has nothing related to ngModel so ng-model attribute in terms of jqxWindow directive is Invalid Attribute and it will do nothing.

    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.