You must Sign In to post a response.
  • Category: JavaScript

    Load HTML based on Drop Down List Option

    Hi All,
    I have to load HTML page based on the Drop down list. It should be in column wise display. Left side i having drop down list option. Right side i have to load dynamically using angularJs 1.x version. Kindly guide me asap
  • #769673
    Can you try with 'ng-include' attribute of Angular JS on dropdown change like

    <div ng-include="'myHTMLPage.htm'"></div>

    So, every time when you change drop down value you will be creating div dynamically and assign the directive attribute value as HTML page path.

    Thanks!
    B.Ramana Reddy


  • Sign In to post your comments