Skip to content

Instantly share code, notes, and snippets.

View irshadhasmat's full-sized avatar
🎯
Focusing

Irshad irshadhasmat

🎯
Focusing
  • Xebia
  • Mumbai, Maharashtra, India
  • 10:41 (UTC +05:30)
View GitHub Profile
<!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>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>