You can initialize a select box with options on page load by using ng-init directive.
- <div ng-controller = ” apps/dashboard/account ” ng-switch
- On = “! ! accounts” ng-init = ” loadData ( ) “>
You can initialize a select box with options on page load by using ng-init directive.