Skip to content

Instantly share code, notes, and snippets.

@cironunes
Last active December 15, 2015 08:19
Show Gist options
  • Save cironunes/5229865 to your computer and use it in GitHub Desktop.
Save cironunes/5229865 to your computer and use it in GitHub Desktop.
Angular Bootstrap sample
<!doctype html>
<html>
<body ng-app="myOptionalModuleName">
{{ 2 + 2}}
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.4/angular.min.js"></script>
<script>
angular.module('myOptionalModuleName', []);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment