Skip to content

Instantly share code, notes, and snippets.

@randombrad
Created August 4, 2014 19:12
Show Gist options
  • Save randombrad/53463cca3608dfec7ced to your computer and use it in GitHub Desktop.
Save randombrad/53463cca3608dfec7ced to your computer and use it in GitHub Desktop.
Angular
<html ng-app>
<head>
<script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js'></script>
</head>
<body>
{{"hello"+" world"}}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment