I have a dropdown in my html page and i am using angular js option to get the values from an object. here is my code
in my typscript file i am checking something and want to select an option from my above dropdownlist dynamically , but not sure how to do it. I am new to angular js.
Any help much appreciated.
Jaimin ShethiyaPosted Nov 6, 2019, 12:11 AM
When you angular js controller is initialize then you can create a active method and after call the server side employee list return api.
appmodule.controller('$scope',{
$scope.employees = assign employee list object.
Thanks
Rupesh KahanePosted Nov 5, 2019, 10:19 PM