Which is the correct AngularJS statement to format the value of "studentName" in the uppercase?
Options:
Explanation:
The correct AngularJS statement to format the value of
studentName in the uppercase is:
{{ studentName | uppercase }}
Tags:
AngularJS
Answer:
Which is the correct AngularJS statement to format the value of "studentName" in the uppercase {{ studentName | uppercase }}.