Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save LocalCommit/d7cf2b626e1c0d3f5277 to your computer and use it in GitHub Desktop.
angular.module('app').controller('HelloCtrl',function($scope) {
$scope.name = "Hello World";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment