Skip to content

Instantly share code, notes, and snippets.

@siddharta1337
Last active August 29, 2015 14:17
Show Gist options
  • Save siddharta1337/00ca3839f699651db391 to your computer and use it in GitHub Desktop.
Save siddharta1337/00ca3839f699651db391 to your computer and use it in GitHub Desktop.
<div ng-app="holamundo">
<h1> {{ "Mi Aplicación AngularJS #" + 1 |uppercase }}</h1>
<script>
var miAppAngular = angular.module('holamundo',[]);
</script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment