Creating table using drop down list - AngularJS
0
I would like to know if it is possible (and how) to create a table after selecting an item from drop-down menu. For example, if I select ENV1 and ENV2 from (environment) drop-down menu, I would like that a new table would be created on the side with the values selected. See the example on https://plnkr.co/edit/SnXwQ5Eg0HSKI7G6upM8?p=preview. table.html <div ng-controller="monitoring" class="md-padding selectdemoOptionGroups" ng-cloak="" ng-app="monitor"> <div> <h1 class="md-title">Monitoring</h1> <div layout="row"> <md-input-container style="margin-right: 10px;"> <label>Segments</label> <md-select ng-model="segment"> ...