Skip to content

Instantly share code, notes, and snippets.

@kauffmanes
Created June 18, 2017 12:44
Show Gist options
  • Save kauffmanes/5b712e562403ac6cff2c38ec20429504 to your computer and use it in GitHub Desktop.
Save kauffmanes/5b712e562403ac6cff2c38ec20429504 to your computer and use it in GitHub Desktop.
The main application file
angular.module('app', [])
.controller('MainController', ['$scope', function ($scope) {
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment