Skip to content

Instantly share code, notes, and snippets.

@XI4222-Irshad
Last active August 29, 2015 14:03
Show Gist options
  • Save XI4222-Irshad/bb18b0e4a6e4c823bdbb to your computer and use it in GitHub Desktop.
Save XI4222-Irshad/bb18b0e4a6e4c823bdbb to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.min.js"></script>
</head>
<body>
<h1>{{ 4 + 8 }}</h1>
<h1>{{ "Hello " + "World!" }}</h1>
<h1>{{ 340 | currency }}</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment