" /> Tell Me How Will You Initialize A Select Box With Options On Page Load? " /> " />
Answers

Question and Answer:

  Home  Front End Developer (AngularJS)

⟩ Tell me how will you initialize a select box with options on page load?

Use the ng-init directive.

<div ng-controller="apps/dashboard/account" ng-switch

on="!!accounts" ng-init="loadData()">

 207 views

More Questions for you: