Skip to content

Instantly share code, notes, and snippets.

@atmimran
Created January 23, 2015 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atmimran/2586e7605c361b26193b to your computer and use it in GitHub Desktop.
Save atmimran/2586e7605c361b26193b to your computer and use it in GitHub Desktop.
Angularjs app Expression
<!DOCTYPE html>
<html ng-app="">
<head>
<title></title>
</head>
<body>
{{2+2}}
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment