// public/js/controllers/MainCtrl.js angular.module('MainCtrl', []).controller('MainController', function ($scope) { $scope.tagline = 'To the moon and back!'; });