Skip to content

Instantly share code, notes, and snippets.

@karl-gustav
Last active August 29, 2015 14:08
Show Gist options
  • Save karl-gustav/b31f72467c3bd0a8a47b to your computer and use it in GitHub Desktop.
Save karl-gustav/b31f72467c3bd0a8a47b to your computer and use it in GitHub Desktop.
// someController.js
angular
.module('app')
.controller('SomeController' , SomeController);
function SomeController() { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment