AngularJS Question:
Download Job Interview Questions and Answers PDF
Example of AngularJS Object?
Answer:
1 <div ng-app="" ng-init="myobj={Str1:'Web',Str2:'Technology'}">
2 String Display: <b>{{ myobj.Str2 }}</b></div>
2 String Display: <b>{{ myobj.Str2 }}</b></div>
Download AngularJS Interview Questions And Answers
PDF
Previous Question | Next Question |
Example of AngularJS Strings? | What is Angular Controllers? |