Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created August 22, 2014 04:30
Show Gist options
  • Save gnschenker/1384d66eb3f821b6b084 to your computer and use it in GitHub Desktop.
Save gnschenker/1384d66eb3f821b6b084 to your computer and use it in GitHub Desktop.
Basic angular module
var app = angular.module("app", []);
app.controller("MainController", function($scope){
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment