angular.module('masthead', []) .controller('MastheadController', function($scope) { $scope.template = 'app/components/masthead/masthead.html'; });