Skip to content

Instantly share code, notes, and snippets.

@cironunes
Created March 24, 2013 00:52
Show Gist options
  • Save cironunes/5229948 to your computer and use it in GitHub Desktop.
Save cironunes/5229948 to your computer and use it in GitHub Desktop.
Angular Bootstrap Sample
<!doctype html>
<html>
<body>
{{ 2 + 2 }}
<script src="http://code.angularjs.org/angular.js"></script>
<script>
angular.element(document).ready(function() {
angular.bootstrap(document);
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment