Skip to content

Instantly share code, notes, and snippets.

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 platoosom/8095cefb0985fe39f204f9f9020708cc to your computer and use it in GitHub Desktop.
Save platoosom/8095cefb0985fe39f204f9f9020708cc to your computer and use it in GitHub Desktop.
<script>
var application = angular.module('application', [])
application.controller('greetingController', function ($scope) {
$scope.greeting = 'Hello World'
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment