Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created February 27, 2014 03:26
Show Gist options
  • Save gnschenker/9243802 to your computer and use it in GitHub Desktop.
Save gnschenker/9243802 to your computer and use it in GitHub Desktop.
Gabriel's sample Gist
var app = angular.module('app', []);
app.controller('test', ['$scope', function($scope){
// some code
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment