Skip to content

Instantly share code, notes, and snippets.

@danielbonifacio
Created July 21, 2017 20:48
Show Gist options
  • Save danielbonifacio/c2b56a3c5bac955ca1e3eef243968d50 to your computer and use it in GitHub Desktop.
Save danielbonifacio/c2b56a3c5bac955ca1e3eef243968d50 to your computer and use it in GitHub Desktop.
angular.module('helloWorld', []);
angular.module('helloWorld').controller('helloWorldController', function($scope){
$scope.showMessage = 'Hello, World!';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment