Prev Demo
AngularJS
>
Expressions
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script> </head> <body> <div ng-app> <h2>Expressions in AngularJS</h2> The sum of 2 + 5 is <strong>{{2 + 5}}</strong>. </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output