Skip to content

Instantly share code, notes, and snippets.

@karl-gustav
Created November 4, 2014 09:36
Show Gist options
  • Save karl-gustav/ce2e077b5e40c35e4bbf to your computer and use it in GitHub Desktop.
Save karl-gustav/ce2e077b5e40c35e4bbf to your computer and use it in GitHub Desktop.
// someController.js
angular
.module('app')
.controller('SomeController', function () { });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment