Skip to content

Instantly share code, notes, and snippets.

@LocalCommit
Created November 28, 2014 14:34
Show Gist options
  • Select an option

  • Save LocalCommit/14fb2c7b91c40430a644 to your computer and use it in GitHub Desktop.

Select an option

Save LocalCommit/14fb2c7b91c40430a644 to your computer and use it in GitHub Desktop.
<script src="js/controllers/HelloController.js"></script>
<script>
function HelloController ($scope) {
// body...
// can be taken in a separate file HelloController.js
$scope.message = "Hello World";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment