Skip to content

Instantly share code, notes, and snippets.

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