AngularJS Developer Question:
Download Questions PDF

Explain with options on page load how you can initialize a select box?

Answer:

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 ( ) ”>

Download AngularJS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is scope hierarchy in AngularJS?What are Controllers in AngularJS?