/* global angular */ angular.module('codexen.states') .controller('HomeController', function ($auth, Snippet, $scope) { })