AngularJS Question:

Example of AngularJS Strings?

Answer:

1 <div ng-app="" ng-init="Str1='Web';Str2='Technology'">
2 Full String is : <b>{{ Str1 + " " + Str2 }}</b>
3 </div>

Read All 57 AngularJS Questions
Previous QuestionNext Question
How to Write Expression in AngularJS?Example of AngularJS Object?