2014-11-12 16:45:13 +00:00
|
|
|
angular.module('masthead', [])
|
2014-11-12 17:04:04 +00:00
|
|
|
.controller('MastheadController', ['$scope', function($scope) {
|
2014-11-12 16:45:13 +00:00
|
|
|
$scope.template = 'app/components/masthead/masthead.html';
|
2014-11-12 17:04:04 +00:00
|
|
|
}]);
|