'use strict'; angular.module('cosign.home').controller('HomeController', function($scope, $rootScope, $location) { $scope.title = 'Home'; });