Skip to content

Instantly share code, notes, and snippets.

@asethwright
Created February 7, 2016 16:35
Show Gist options
  • Save asethwright/240776a67b4e7b0abdee to your computer and use it in GitHub Desktop.
Save asethwright/240776a67b4e7b0abdee to your computer and use it in GitHub Desktop.
Example for Kiersten
var app = angular.module('basketball', []);
app.controller('BasketballController', function() {
console.log("success!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment